public class StreamBuffer extends InputStream
public OutputStream getBuffer()
public void write(int b)
throws IOException
IOExceptionpublic int read()
throws IOException
read 在类中 InputStreamIOExceptionpublic int available()
throws IOException
available 在类中 InputStreamIOExceptionpublic void reset()
throws IOException
reset 在类中 InputStreamIOExceptionpublic String toString(String charset) throws IOException
IOExceptionCopyright © 2017. All rights reserved.