Package ghidra.formats.gfilesystem
Class FileCache.FileCacheEntryBuilder
java.lang.Object
java.io.OutputStream
ghidra.formats.gfilesystem.FileCache.FileCacheEntryBuilder
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
- Enclosing class:
- FileCache
Allows creating 
file cache entries at the caller's convenience.- 
Method SummaryMethods inherited from class java.io.OutputStreamnullOutputStream
- 
Method Details- 
finalize
- 
write- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
write- Overrides:
- writein class- OutputStream
- Throws:
- IOException
 
- 
flush- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- OutputStream
- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Overrides:
- closein class- OutputStream
- Throws:
- IOException
 
- 
finishFinalizes this builder, pushing the bytes that have been written to it into the FileCache.- Returns:
- new FileCache.FileCacheEntry
- Throws:
- IOException- if error
 
 
-