|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjs.tinyvm.io.ByteWriter
js.tinyvm.io.BEByteWriter
public class BEByteWriter
| Constructor Summary | |
|---|---|
BEByteWriter(java.io.OutputStream stream)
|
|
| Method Summary | |
|---|---|
void |
writeU1(int aByte)
|
void |
writeU2(int aShort)
|
void |
writeU4(int aInt)
|
void |
writeU8(long aLong)
|
| Methods inherited from class js.tinyvm.io.ByteWriter |
|---|
offset, write, write, writeBoolean, writeByte, writeChar, writeDouble, writeFloat, writeInt, writeLong, writeShort |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BEByteWriter(java.io.OutputStream stream)
| Method Detail |
|---|
public void writeU1(int aByte)
throws java.io.IOException
java.io.IOException
public void writeU2(int aShort)
throws java.io.IOException
java.io.IOException
public void writeU4(int aInt)
throws java.io.IOException
java.io.IOException
public void writeU8(long aLong)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||