April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
InputStream
npublic abstract int read() throws IOException
n
npublic int read(byte[] buf) throws IOException
npublic int available() throws IOException
n
npublic boolean markSupported()
npublic synchronized void mark(int readlimit)
npublic synchronized void reset() throws IOException
n
npublic void close() throws IOException