public class DocumentOutputStream extends OutputStream
| Constructor and Description |
|---|
DocumentOutputStream(Document document) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(byte[] buffer) |
void |
write(byte[] buffer,
int off,
int len) |
void |
write(int b) |
close, flushpublic DocumentOutputStream(Document document)
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buffer)
throws IOException
write in class OutputStreamIOExceptionpublic void write(byte[] buffer,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionCopyright © 2017. All rights reserved.