|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.lee.mugen.imageIO.ByteArrayBuilder
public class ByteArrayBuilder
A utility set which will build byte arrays from specified data types.
| Constructor Summary | |
|---|---|
ByteArrayBuilder()
|
|
| Method Summary | |
|---|---|
static byte[] |
fromStream(java.io.InputStream in)
A static utility to completly read an input stream and produce a byte array of the read data |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteArrayBuilder()
| Method Detail |
|---|
public static byte[] fromStream(java.io.InputStream in)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||