protected class NPOIFSStream.StreamBlockByteBuffer
extends java.io.OutputStream
| Modifier | Constructor and Description |
|---|---|
protected |
StreamBlockByteBuffer() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected void |
createBlockIfNeeded() |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
protected StreamBlockByteBuffer()
throws java.io.IOException
java.io.IOExceptionprotected void createBlockIfNeeded()
throws java.io.IOException
java.io.IOExceptionpublic void write(int b)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void write(byte[] b,
int off,
int len)
throws java.io.IOException
write in class java.io.OutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.OutputStreamjava.io.IOExceptionCopyright © 2007–2023. All rights reserved.