|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.caucho.vfs.StreamImpl
com.caucho.vfs.StringReader
public class StringReader
A stream reading data from a string. The reader produces bytes using UTF-8.
| Field Summary |
|---|
| Fields inherited from class com.caucho.vfs.StreamImpl |
|---|
_nullPath, _path |
| Method Summary | |
|---|---|
boolean |
canRead()
The string reader can always read. |
int |
getAvailable()
Returns the number of characters available as an approximation to the number of bytes ready. |
static ReadStream |
open(java.lang.String string)
Creates a new ReadStream reading bytes from the given string. |
int |
read(byte[] buf,
int offset,
int length)
Reads the next chunk from the stream. |
| Methods inherited from class com.caucho.vfs.StreamImpl |
|---|
canWrite, clearWrite, close, closeWrite, flush, flushBuffer, flushToDisk, getAttribute, getAttributeNames, getFlushOnNewline, getNewline, getPath, getReadBuffer, getReadPosition, hasSkip, isClosed, isEof, readNonBlock, readTimeout, removeAttribute, seekEnd, seekStart, setAttribute, setPath, setWriteEncoding, skip, write, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ReadStream open(java.lang.String string)
string - the source string.
public boolean canRead()
canRead in class StreamImpl
public int read(byte[] buf,
int offset,
int length)
throws java.io.IOException
StreamImpl
read in class StreamImplbuf - byte array receiving the data.offset - starting offset into the array.length - number of bytes to read.
java.io.IOException
public int getAvailable()
throws java.io.IOException
getAvailable in class StreamImpljava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||