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, setSystemId
public ClonedInputSource(InputSource input) throws RepositoryException
input
- RepositoryException
public char[] getCharacterArray()
public byte[] getByteArray()
public ClonedInputSource cloneInputSource()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.