BEA Systems, Inc.

WebLogic Server 6.1 API Reference

weblogic.jdbc.informix4
Class HexInputStream

java.lang.Object
  |
  +--java.io.InputStream
        |
        +--weblogic.jdbc.informix4.HexInputStream

public class HexInputStream
extends java.io.InputStream

Author:
Copyright © 2001 BEA Systems, Inc. All Rights Reserved.

Constructor Summary
HexInputStream(java.io.InputStream stream)
           
HexInputStream(java.io.InputStream stream, java.lang.String prefix)
           
HexInputStream(java.io.InputStream stream, java.lang.String prefix, int length)
           
 
Method Summary
 int available()
           
 int read()
           
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, read, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HexInputStream

public HexInputStream(java.io.InputStream stream)

HexInputStream

public HexInputStream(java.io.InputStream stream,
                      java.lang.String prefix)

HexInputStream

public HexInputStream(java.io.InputStream stream,
                      java.lang.String prefix,
                      int length)
Method Detail

read

public int read()
         throws java.io.IOException

Overrides:
read in class java.io.InputStream

available

public int available()
              throws java.io.IOException

Overrides:
available in class java.io.InputStream

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs61

WebLogic classes and methods that do not appear in this reference are not public and are not supported.