Class DeltaWindow.ZipStream
java.lang.Object
java.io.OutputStream
org.eclipse.jgit.internal.storage.pack.DeltaWindow.ZipStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Enclosing class:
- DeltaWindow
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write
-
Field Details
-
deflater
-
zbuf
private final byte[] zbuf -
outPtr
private int outPtr
-
-
Constructor Details
-
ZipStream
ZipStream(Deflater deflater, byte[] zbuf)
-
-
Method Details
-
finish
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-