InputStream
ObjectInputStream
void close() throws IOException
void flush() throws IOException
void write(byte[] b) throws IOException
void write(byte[] b, int off, int len) throws IOException
void write(int b) throws IOException
void writeObject(Object obj) throws IOException