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.FilterOutputStreamjava.io.IOExceptionpublic final void write(byte[] b,
int off,
int sz)
throws java.io.IOException
write 在类中 java.io.FilterOutputStreamjava.io.IOExceptionpublic final void flush()
throws java.io.IOException
flush 在接口中 java.io.Flushableflush 在类中 java.io.FilterOutputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close 在接口中 java.io.Closeableclose 在接口中 java.lang.AutoCloseableclose 在类中 java.io.FilterOutputStreamjava.io.IOExceptionprotected void finalize()
throws java.lang.Throwable
finalize 在类中 java.lang.Objectjava.lang.Throwable