public class LittleEndianBinaryReader extends BinaryReader
Constructor and Description |
---|
LittleEndianBinaryReader(InputStream in) |
Modifier and Type | Method and Description |
---|---|
protected int |
unshift2bytes(int b1,
int b2) |
protected int |
unshift3bytes(int b1,
int b2,
int b3) |
protected int |
unshift4bytes(int b1,
int b2,
int b3,
int b4) |
protected long |
unshift8bytes(long b1,
long b2,
long b3,
long b4,
long b5,
long b6,
long b7,
long b8) |
close, expect, expectBinary, expectByte, expectBytes, expectDouble, expectInt, expectLong, expectShort, expectSigned, expectUInt16, expectUInt24, expectUInt32, expectUInt8, expectUnsigned, read, read, read, readIntVarint, readIntZigzag, readLongVarint, readLongZigzag, readUInt16
available, mark, markSupported, reset, skip
public LittleEndianBinaryReader(InputStream in)
protected int unshift2bytes(int b1, int b2)
unshift2bytes
in class BinaryReader
protected int unshift3bytes(int b1, int b2, int b3)
unshift3bytes
in class BinaryReader
protected int unshift4bytes(int b1, int b2, int b3, int b4)
unshift4bytes
in class BinaryReader
protected long unshift8bytes(long b1, long b2, long b3, long b4, long b5, long b6, long b7, long b8)
unshift8bytes
in class BinaryReader
Copyright © 2017. All rights reserved.