Class FSFnv1aOutputStream
java.lang.Object
java.io.OutputStream
org.tmatesoft.svn.core.internal.io.fs.index.FSFnv1aOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final FSFnv1aInterleavedChecksumCalculatorprivate final OutputStream -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Field Details
-
delegate
-
checksumCalculator
-
-
Constructor Details
-
FSFnv1aOutputStream
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
resetChecksum
public void resetChecksum() -
finalizeChecksum
public int finalizeChecksum() -
update
private void update(byte[] bytes, int offset, int length)
-