Package | Description |
---|---|
org.apache.poi.hpsf |
Processes streams in the Horrible Property Set Format (HPSF) in POI filesystems.
|
Modifier and Type | Method and Description |
---|---|
protected int |
Property.getSize(int property)
Returns the property's size in bytes.
|
java.io.InputStream |
PropertySet.toInputStream()
Returns the contents of this property set stream as an input stream.
|
void |
PropertySet.write(DirectoryEntry dir,
java.lang.String name)
Writes a property set to a document in a POI filesystem directory.
|
void |
PropertySet.write(java.io.OutputStream out)
Writes the property set to an output stream.
|
int |
Section.write(java.io.OutputStream out)
Writes this section into an output stream.
|
int |
Property.write(java.io.OutputStream out,
int codepage)
Writes the property to an output stream.
|
static int |
VariantSupport.write(java.io.OutputStream out,
long type,
java.lang.Object value,
int codepage)
Writes a variant value to an output stream.
|
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.