Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.io.InputStream | +--java.io.FilterInputStream | +--com.imaginary.sql.msql.MsqlUnicodeInputStream
Fields inherited from class java.io.FilterInputStream | |
in |
Constructor Summary | |
MsqlUnicodeInputStream(byte[] data)
Constructs an MsqlUnicodeInputStream. |
|
MsqlUnicodeInputStream(java.lang.String data)
Constructs an MsqlUnicodeInputStream for a string. |
Method Summary | |
int | read()
|
Methods inherited from class java.io.FilterInputStream | |
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.io.InputStream | |
available, close, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object | |
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait |
Constructor Detail |
public MsqlUnicodeInputStream(byte[] data)
data
- the byte array representing the data to be streamedpublic MsqlUnicodeInputStream(java.lang.String data) throws java.io.UnsupportedEncodingException
data
- the String to create a stream forMethod Detail |
public int read() throws java.io.IOException
Overview | Package | Class | Tree | Deprecated | Index | Help | |||
PREV CLASS | NEXT CLASS | FRAMES | NO FRAMES | ||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |