com.sun.xml.fastinfoset
Class Decoder.EncodingAlgorithmInputStream
java.lang.Object
java.io.InputStream
com.sun.xml.fastinfoset.Decoder.EncodingAlgorithmInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- Decoder
protected class Decoder.EncodingAlgorithmInputStream
- extends InputStream
|
Method Summary |
int |
read()
|
int |
read(byte[] b)
|
int |
read(byte[] b,
int off,
int len)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Decoder.EncodingAlgorithmInputStream
protected Decoder.EncodingAlgorithmInputStream()
read
public int read()
throws IOException
- Specified by:
read in class InputStream
- Throws:
IOException
read
public int read(byte[] b)
throws IOException
- Overrides:
read in class InputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class InputStream
- Throws:
IOException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.