Class SimpleDataInput

java.lang.Object
org.eclipse.jgit.internal.storage.file.SimpleDataInput
All Implemented Interfaces:
DataInput

class SimpleDataInput extends Object implements DataInput
An implementation of DataInput that only handles readInt() and readLong() using the Git conversion utilities for network byte order handling. This is needed to read EWAHCompressedBitmaps.