|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.hpsf.TypeWriter
@Deprecated @Removal(version="3.18") public class TypeWriter
Class for writing little-endian data and more.
Constructor Summary | |
---|---|
TypeWriter()
Deprecated. |
Method Summary | |
---|---|
static int |
writeToStream(java.io.OutputStream out,
ClassID n)
Deprecated. Writes a 16-byte ClassID to an output stream. |
static int |
writeToStream(java.io.OutputStream out,
double n)
Deprecated. Writes a double value value to an output stream. |
static int |
writeToStream(java.io.OutputStream out,
int n)
Deprecated. Writes a four-byte value to an output stream. |
static int |
writeToStream(java.io.OutputStream out,
long n)
Deprecated. Writes a eight-byte value to an output stream. |
static void |
writeToStream(java.io.OutputStream out,
Property[] properties,
int codepage)
Deprecated. Writes an array of Property instances to an output stream
according to the Horrible Property Stream Format. |
static int |
writeToStream(java.io.OutputStream out,
short n)
Deprecated. Writes a two-byte value (short) to an output stream. |
static int |
writeUIntToStream(java.io.OutputStream out,
long n)
Deprecated. Writes an unsigned four-byte value to an output stream. |
static void |
writeUShortToStream(java.io.OutputStream out,
int n)
Deprecated. Writes an unsigned two-byte value to an output stream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypeWriter()
Method Detail |
---|
public static int writeToStream(java.io.OutputStream out, short n) throws java.io.IOException
Writes a two-byte value (short) to an output stream.
out
- The stream to write to.n
- The value to write.
java.io.IOException
- if an I/O error occurspublic static int writeToStream(java.io.OutputStream out, int n) throws java.io.IOException
Writes a four-byte value to an output stream.
out
- The stream to write to.n
- The value to write.
java.io.IOException
- if an I/O error occurspublic static int writeToStream(java.io.OutputStream out, long n) throws java.io.IOException
Writes a eight-byte value to an output stream.
out
- The stream to write to.n
- The value to write.
java.io.IOException
- if an I/O error occurspublic static void writeUShortToStream(java.io.OutputStream out, int n) throws java.io.IOException
Writes an unsigned two-byte value to an output stream.
out
- The stream to write ton
- The value to write
java.io.IOException
- if an I/O error occurspublic static int writeUIntToStream(java.io.OutputStream out, long n) throws java.io.IOException
Writes an unsigned four-byte value to an output stream.
out
- The stream to write to.n
- The value to write.
java.io.IOException
- if an I/O error occurspublic static int writeToStream(java.io.OutputStream out, ClassID n) throws java.io.IOException
Writes a 16-byte ClassID
to an output stream.
out
- The stream to write ton
- The value to write
java.io.IOException
- if an I/O error occurspublic static void writeToStream(java.io.OutputStream out, Property[] properties, int codepage) throws java.io.IOException, UnsupportedVariantTypeException
Writes an array of Property
instances to an output stream
according to the Horrible Property Stream Format.
out
- The stream to write toproperties
- The array to write to the streamcodepage
- The codepage number to use for writing strings
java.io.IOException
- if an I/O error occurs
UnsupportedVariantTypeException
- if HPSF does not support some
variant type.public static int writeToStream(java.io.OutputStream out, double n) throws java.io.IOException
Writes a double value value to an output stream.
out
- The stream to write to.n
- The value to write.
java.io.IOException
- if an I/O error occurs
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |