Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD

Class com.imaginary.sql.msql.MsqlUnicodeInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--java.io.FilterInputStream
              |
              +--com.imaginary.sql.msql.MsqlUnicodeInputStream

public class MsqlUnicodeInputStream
extends java.io.FilterInputStream
Last modified $Date: 1999/07/06 05:56:14 $

Version:
$Revision: 1.6 $
Author:
George Reese (borg@imaginary.com)

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

MsqlUnicodeInputStream

public MsqlUnicodeInputStream(byte[] data)
Constructs an MsqlUnicodeInputStream.
Parameters:
data - the byte array representing the data to be streamed

MsqlUnicodeInputStream

public MsqlUnicodeInputStream(java.lang.String data)
                       throws java.io.UnsupportedEncodingException
Constructs an MsqlUnicodeInputStream for a string.
Parameters:
data - the String to create a stream for
Throws:
java.io.UnsupportedEncodingException - this should never actually get thrown
Method Detail

read

public int read()
        throws java.io.IOException
Overrides:
read in class java.io.FilterInputStream

Overview | Package | Class | Tree | Deprecated | Index | Help
PREV CLASS | NEXT CLASS FRAMES  | NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD DETAIL:  FIELD | CONSTR | METHOD