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)

Constructor Index

 o MsqlUnicodeInputStream(byte[])
Constructs an MsqlUnicodeInputStream.
 o MsqlUnicodeInputStream(String)
Constructs an MsqlUnicodeInputStream for a string.

Method Index

 o read()

Constructors

 o MsqlUnicodeInputStream
 public MsqlUnicodeInputStream(byte data[])
Constructs an MsqlUnicodeInputStream.

Parameters:
data - the byte array representing the data to be streamed
 o MsqlUnicodeInputStream
 public MsqlUnicodeInputStream(String data) throws UnsupportedEncodingException
Constructs an MsqlUnicodeInputStream for a string.

Parameters:
data - the String to create a stream for

Methods

 o read
 public int read() throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index