Package com.mxgraph.util.png
Class IDATOutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
com.mxgraph.util.png.IDATOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) byte[]
private int
private int
private static final byte[]
Fields inherited from class java.io.FilterOutputStream
out
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
typeSignature
private static final byte[] typeSignature -
bytesWritten
private int bytesWritten -
segmentLength
private int segmentLength -
buffer
byte[] buffer
-
-
Constructor Details
-
IDATOutputStream
-
-
Method Details
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterOutputStream
- Throws:
IOException
-
writeInt
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classFilterOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classFilterOutputStream
- Throws:
IOException
-