public class Ascii85OutputStream
extends java.io.FilterOutputStream
构造器和说明 |
---|
Ascii85OutputStream(java.io.OutputStream o) |
限定符和类型 | 方法和说明 |
---|---|
void |
close() |
protected void |
finalize() |
void |
flush() |
int |
getLineLength() |
char |
getTerminator() |
void |
setLineLength(int l) |
void |
setTerminator(char term)
btoa pouziva 'x' postscript '~'
|
void |
write(byte[] b,
int off,
int sz) |
void |
write(int b) |
public void setTerminator(char term)
public char getTerminator()
public void setLineLength(int l)
public int getLineLength()
public final void write(int b) throws java.io.IOException
write
在类中 java.io.FilterOutputStream
java.io.IOException
public final void write(byte[] b, int off, int sz) throws java.io.IOException
write
在类中 java.io.FilterOutputStream
java.io.IOException
public final void flush() throws java.io.IOException
flush
在接口中 java.io.Flushable
flush
在类中 java.io.FilterOutputStream
java.io.IOException
public void close() throws java.io.IOException
close
在接口中 java.io.Closeable
close
在接口中 java.lang.AutoCloseable
close
在类中 java.io.FilterOutputStream
java.io.IOException
protected void finalize() throws java.lang.Throwable
finalize
在类中 java.lang.Object
java.lang.Throwable