All Packages Class Hierarchy This Package Previous Next Index
Class com.imaginary.sql.msql.MsqlUnicodeInputStream
com.imaginary.sql.msql.MsqlUnicodeInputStream
- public class MsqlUnicodeInputStream
Last modified $Date: 1999/07/09 23:16:39 $
- Version:
- $Revision: 1.1.2.1.2.2 $
- Author:
- George Reese (borg@imaginary.com)
-
MsqlUnicodeInputStream(byte[])
- Constructs an MsqlUnicodeInputStream.
-
MsqlUnicodeInputStream(String)
- Constructs an MsqlUnicodeInputStream for a string.
-
read()
-
MsqlUnicodeInputStream
public MsqlUnicodeInputStream(byte data[])
- Constructs an MsqlUnicodeInputStream.
- Parameters:
- data - the byte array representing the data to be streamed
MsqlUnicodeInputStream
public MsqlUnicodeInputStream(String data) throws UnsupportedEncodingException
- Constructs an MsqlUnicodeInputStream for a string.
- Parameters:
- data - the String to create a stream for
read
public int read() throws IOException
All Packages Class Hierarchy This Package Previous Next Index