public class ClonedInputSource extends InputSource
cloneInputSource() method.| Constructor and Description |
|---|
ClonedInputSource(InputSource input)
Clone existing input source.
|
| Modifier and Type | Method and Description |
|---|---|
ClonedInputSource |
cloneInputSource()
Make a clone if this input source.
|
byte[] |
getByteArray() |
char[] |
getCharacterArray() |
getByteStream, getCharacterStream, getEncoding, getPublicId, getSystemId, setByteStream, setCharacterStream, setEncoding, setPublicId, setSystemIdpublic ClonedInputSource(InputSource input) throws RepositoryException
input - RepositoryExceptionpublic char[] getCharacterArray()
public byte[] getByteArray()
public ClonedInputSource cloneInputSource()
Copyright © 2004–2022 The Apache Software Foundation. All rights reserved.