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 javax.jcr.RepositoryException
input - javax.jcr.RepositoryExceptionpublic char[] getCharacterArray()
public byte[] getByteArray()
public ClonedInputSource cloneInputSource()
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.