final class LEDataOutputStream
extends java.io.OutputStream
Modifier and Type | Field and Description |
---|---|
(package private) java.io.OutputStream |
out |
Constructor and Description |
---|
LEDataOutputStream(java.io.OutputStream output) |
Modifier and Type | Method and Description |
---|---|
void |
write(byte[] b,
int off,
int len)
Write the specified number of bytes of the given byte array,
starting at the specified offset, to the output stream.
|
void |
write(int b)
Write the given byte to the output stream.
|
void |
writeByte(byte b)
Write the given byte to the output stream.
|
void |
writeInt(int theInt)
Write the four bytes of the given integer
to the output stream.
|
void |
writeShort(int theShort)
Write the two bytes of the given short
to the output stream.
|
public void write(byte[] b, int off, int len) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void write(int b) throws java.io.IOException
write
in class java.io.OutputStream
java.io.IOException
public void writeByte(byte b) throws java.io.IOException
java.io.IOException
public void writeInt(int theInt) throws java.io.IOException
java.io.IOException
public void writeShort(int theShort) throws java.io.IOException
java.io.IOException