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, skip
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
release
public 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 SdkFilterInputStream
IOException
public int read(byte[] b, int off, int len) throws IOException
read
in class SdkFilterInputStream
IOException
public int read(byte[] b) throws IOException
read
in class FilterInputStream
IOException
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.