org.nutz.lang.stream
类 StreamBuffer
java.lang.Object
java.io.InputStream
org.nutz.lang.stream.StreamBuffer
- 所有已实现的接口:
- java.io.Closeable
public class StreamBuffer
- extends java.io.InputStream
从类 java.io.InputStream 继承的方法 |
close, mark, markSupported, read, read, skip |
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
StreamBuffer
public StreamBuffer()
getBuffer
public java.io.OutputStream getBuffer()
write
public void write(int b)
throws java.io.IOException
- 抛出:
java.io.IOException
read
public int read()
throws java.io.IOException
- 指定者:
- 类
java.io.InputStream
中的 read
- 抛出:
java.io.IOException
available
public int available()
throws java.io.IOException
- 覆盖:
- 类
java.io.InputStream
中的 available
- 抛出:
java.io.IOException
reset
public void reset()
throws java.io.IOException
- 覆盖:
- 类
java.io.InputStream
中的 reset
- 抛出:
java.io.IOException
toString
public java.lang.String toString()
- 覆盖:
- 类
java.lang.Object
中的 toString
toString
public java.lang.String toString(java.lang.String charset)
throws java.io.IOException
- 抛出:
java.io.IOException