All Methods Static Methods Concrete Methods
| Modifier and Type |
Method and Description |
static NcStreamProto.DataType |
convertDataType(DataType dtype) |
static DataType |
convertDataType(NcStreamProto.DataType dtype) |
static Attribute |
decodeAtt(NcStreamProto.Attribute attp) |
static String |
decodeErrorMessage(NcStreamProto.Error err) |
static Section |
decodeSection(NcStreamProto.Section proto) |
static StructureData |
decodeStructureData(StructureMembers sm,
ByteOrder bo,
byte[] proto) |
static NcStreamProto.Attribute.Builder |
encodeAtt(Attribute att) |
static NcStreamProto.Data |
encodeDataProto(String varname,
DataType datatype,
Section section,
boolean deflate,
int uncompressedLength) |
static NcStreamProto.Error |
encodeErrorMessage(String message) |
static NcStreamProto.Section |
encodeSection(Section section) |
static boolean |
readAndTest(InputStream is,
byte[] test) |
static boolean |
readAndTest(RandomAccessFile raf,
byte[] test) |
static ByteBuffer |
readByteBuffer(InputStream in) |
static int |
readFully(InputStream is,
byte[] b) |
static String |
readString(InputStream in) |
static int |
readVInt(InputStream is) |
static int |
readVInt(RandomAccessFile raf) |
static boolean |
test(byte[] b,
byte[] test) |
static int |
writeByteBuffer(OutputStream out,
ByteBuffer bb) |
static int |
writeBytes(OutputStream out,
byte[] b) |
static int |
writeString(OutputStream out,
String s) |
static int |
writeVInt(OutputStream out,
int value) |
static int |
writeVInt(RandomAccessFile out,
int value) |
static int |
writeVInt(WritableByteChannel wbc,
int value) |
static int |
writeVLong(OutputStream out,
long i) |