public class CanonInputStream extends InputStream
InputStream wrapping a
Canonicalizer to support the stream
processing of Canonical XML and Exclusive XML Canonicalization.| Constructor and Description |
|---|
CanonInputStream(Canonicalizer canonicalizer)
Creates a
CanonInputStream using the given
Canonicalizer. |
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, read, reset, skippublic CanonInputStream(Canonicalizer canonicalizer)
CanonInputStream using the given
Canonicalizer.canonicalizer - the Canonicalizerpublic int read()
throws IOException
read in class InputStreamIOExceptionInputStream.read()public int read(byte[] b,
int off,
int len)
throws IOException
read in class InputStreamIOExceptionInputStream.read(byte[], int, int)© 2002-2005 IAIK, © 2004, 2006 - 2019 Stiftung SIC