| Modifier and Type | Method and Description |
|---|---|
boolean |
enabled() |
void |
input(byte[] b) |
void |
input(byte[] b,
int off,
int len) |
void |
input(InputStream instream) |
void |
input(int b) |
void |
input(String s) |
void |
output(byte[] b) |
void |
output(byte[] b,
int off,
int len) |
void |
output(InputStream outstream) |
void |
output(int b) |
void |
output(String s) |
public boolean enabled()
public void output(InputStream outstream) throws IOException
IOExceptionpublic void input(InputStream instream) throws IOException
IOExceptionpublic void output(byte[] b,
int off,
int len)
throws IOException
IOExceptionpublic void input(byte[] b,
int off,
int len)
throws IOException
IOExceptionpublic void output(byte[] b)
throws IOException
IOExceptionpublic void input(byte[] b)
throws IOException
IOExceptionpublic void output(int b)
throws IOException
IOExceptionpublic void input(int b)
throws IOException
IOExceptionpublic void output(String s) throws IOException
IOExceptionpublic void input(String s) throws IOException
IOExceptionCopyright © 2010 - 2020 Adobe. All Rights Reserved