Class NPOIFSStream.StreamBlockByteBuffer
java.lang.Object
java.io.OutputStream
org.docx4j.org.apache.poi.poifs.filesystem.NPOIFSStream.StreamBlockByteBuffer
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
- NPOIFSStream
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) ByteBuffer(package private) BlockStore.ChainLoopDetector(package private) int(package private) byte[](package private) int -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
flush, nullOutputStream, write
-
Field Details
-
oneByte
byte[] oneByte -
buffer
ByteBuffer buffer -
loopDetector
BlockStore.ChainLoopDetector loopDetector -
prevBlock
int prevBlock -
nextBlock
int nextBlock
-
-
Constructor Details
-
StreamBlockByteBuffer
- Throws:
IOException
-
-
Method Details
-
createBlockIfNeeded
- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-