Class SimpleDataOutput

java.lang.Object
org.eclipse.jgit.internal.storage.file.SimpleDataOutput
All Implemented Interfaces:
DataOutput

class SimpleDataOutput extends Object implements DataOutput
An implementation of DataOutput that only handles writeInt(int) and writeLong(long) using the Git conversion utilities for network byte order handling. This is needed to write EWAHCompressedBitmaps.