public class NamespaceRemovingInputStream extends SdkFilterInputStream
| Constructor and Description |
|---|
NamespaceRemovingInputStream(InputStream in)
Constructs a new NamespaceRemovingInputStream wrapping the specified
InputStream.
|
| Modifier and Type | Method and Description |
|---|---|
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int off,
int len) |
available, close, mark, markSupported, release, reset, skipequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitreleasepublic NamespaceRemovingInputStream(InputStream in)
in - The InputStream containing an XML document whose XML namespace
is to be removed.public int read()
throws IOException
read in class SdkFilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class SdkFilterInputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class FilterInputStreamIOExceptionCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.