Class DeltaWindow.ArrayStream
java.lang.Object
java.io.OutputStream
org.eclipse.jgit.internal.storage.pack.DeltaWindow.ArrayStream
- 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, write
-
Field Details
-
buf
final byte[] buf -
cnt
int cnt
-
-
Constructor Details
-
ArrayStream
ArrayStream(int max)
-
-
Method Details
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-