public class ASCII85OutputStream extends FilterOutputStream
The exact specification can be found in [PDF] chapter 3.3.2.
| Constructor and Description |
|---|
ASCII85OutputStream(OutputStream out)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
int |
getLineLength()
This will get the length of the line.
|
void |
setLineLength(int l)
Set the line length.
|
void |
write(byte[] b,
int off,
int sz) |
void |
write(int b) |
writepublic ASCII85OutputStream(OutputStream out)
out - The output stream to write to.public void setLineLength(int l)
l - The line length.public int getLineLength()
public final void flush()
throws IOException
flush in interface Flushableflush in class FilterOutputStreamIOExceptionpublic void write(int b)
throws IOException
write in class FilterOutputStreamIOExceptionpublic final void write(byte[] b,
int off,
int sz)
throws IOException
write in class FilterOutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterOutputStreamIOExceptionCopyright © 2013 intarsys consulting GmbH. All Rights Reserved.