Package org.jrobin.graph
Class Put
- java.lang.Object
-
- org.jrobin.graph.Put
-
final class Put extends Object
-
-
Constructor Summary
Constructors Constructor Description Put()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static void
ascii(String s, OutputStream os)
(package private) static void
leShort(int i16, OutputStream os)
-
-
-
Method Detail
-
ascii
static void ascii(String s, OutputStream os) throws IOException
- Throws:
IOException
-
leShort
static void leShort(int i16, OutputStream os) throws IOException
- Throws:
IOException
-
-