Method Summary |
|
public void | close() |
public void | flush() Flush this Stream. |
public boolean | isSizePreserving() |
public Device | print(String s) Print a String. |
public Device | print(int i) Print an integer. |
public Device | print(Object o) |
public Device | print(char c) Print a character. |
public Device | print(char[] c) Print an array of chars. |
public Device | print(char[] c, int start, int len) Print a character array. |
public Device | write(int c) Writes the specified byte to this data output stream. |
public Device | write(byte b) Writes b.length bytes from the specified byte array to this
output stream. |
public Device | write(byte b, int off, int len) Writes len bytes from the specified byte array starting at offset
off to this output stream. |