public abstract class WriterLE extends Object
Constructor and Description |
---|
WriterLE() |
Modifier and Type | Method and Description |
---|---|
static void |
writeInt(OutputStream out,
int i) |
static void |
writeLong(OutputStream out,
long l) |
static void |
writeShort(OutputStream out,
short s) |
public static void writeShort(OutputStream out, short s) throws IOException
IOException
public static void writeInt(OutputStream out, int i) throws IOException
IOException
public static void writeLong(OutputStream out, long l) throws IOException
IOException
Copyright © 2019. All rights reserved.