public class Stax2FileResult extends Stax2ReferentialResult
Stax2ReferentialResult, which refers
 to the specific file.mEncoding, mPublicId, mSystemIdPI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING| Constructor and Description | 
|---|
Stax2FileResult(File f)  | 
| Modifier and Type | Method and Description | 
|---|---|
OutputStream | 
constructOutputStream()
This method creates an  
OutputStream via which underlying output
 target can be written to. | 
Writer | 
constructWriter()
This method creates a  
Writer via which underlying output
 target can be written to. | 
File | 
getFile()  | 
getEncoding, getPublicId, getSystemId, setEncoding, setPublicId, setSystemIdpublic Stax2FileResult(File f)
public Writer constructWriter() throws IOException
Stax2ResultWriter via which underlying output
 target can be written to. Note that caller is responsible for
 closing that Writer when it is done reading it.constructWriter in class Stax2ReferentialResultIOExceptionpublic OutputStream constructOutputStream() throws IOException
Stax2ResultOutputStream via which underlying output
 target can be written to. Note that caller is responsible for
 closing that OutputStream when it is done reading itconstructOutputStream in class Stax2ReferentialResultIOExceptionpublic File getFile()
Copyright © 2015 fasterxml.com. All Rights Reserved.