All Packages Class Hierarchy This Package Previous Next Index
Class com.imaginary.sql.msql.MsqlAsciiInputStream
com.imaginary.sql.msql.MsqlAsciiInputStream
- public class MsqlAsciiInputStream
An MsqlAsciiInputStream is used for the JDBC ResultSet getAsciiStream()
method to represent an ascii stream from a query.
Last modified $Date: 1999/07/09 23:16:24 $
- Version:
- $Revision: 1.1.2.1.2.2 $
- Author:
- George Reese (borg@imaginary.com)
-
MsqlAsciiInputStream(byte[])
- Constructs an MsqlAsciiInputStream.
-
MsqlAsciiInputStream(String)
- Constructs an MsqlAsciiInputStream for a string.
MsqlAsciiInputStream
public MsqlAsciiInputStream(byte data[])
- Constructs an MsqlAsciiInputStream.
- Parameters:
- data - the byte array representing the data to be streamed
MsqlAsciiInputStream
public MsqlAsciiInputStream(String data) throws UnsupportedEncodingException
- Constructs an MsqlAsciiInputStream for a string.
- Parameters:
- data - the String to create a stream for
All Packages Class Hierarchy This Package Previous Next Index