Class TempFileCachingStreamBridge
- java.lang.Object
-
- java.io.OutputStream
-
- java.io.FilterOutputStream
-
- org.apache.commons.compress.compressors.pack200.StreamBridge
-
- org.apache.commons.compress.compressors.pack200.TempFileCachingStreamBridge
-
- All Implemented Interfaces:
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
class TempFileCachingStreamBridge extends StreamBridge
StreamBridge that caches all data written to the output side in a temporary file.- Since:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description private java.io.Filef
-
Constructor Summary
Constructors Constructor Description TempFileCachingStreamBridge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) java.io.InputStreamgetInputView()Creates the input view.-
Methods inherited from class org.apache.commons.compress.compressors.pack200.StreamBridge
getInput, stop
-
-
-
-
Method Detail
-
getInputView
java.io.InputStream getInputView() throws java.io.IOExceptionDescription copied from class:StreamBridgeCreates the input view.- Specified by:
getInputViewin classStreamBridge- Throws:
java.io.IOException
-
-