(package private) static double
Converts provided value from provided endian type to machine native
endian type (in Java native endian type is always big endian).
(package private) static float
Converts provided value from provided endian type to machine native
endian type (in Java native endian type is always big endian).
(package private) static int
Converts provided value from provided endian type to machine native
endian type (in Java native endian type is always big endian).
(package private) static long
Converts provided value from provided endian type to machine native
endian type (in Java native endian type is always big endian).
(package private) static short
Converts provided value from provided endian type to machine native
endian type (in Java native endian type is always big endian).
abstract double
Reads a double from this file.
double
Reads a double from this file.
double
Reads a double from this file.
abstract float
Reads a float from this file.
float
Reads a float from this file.
float
Reads a float from this file.
abstract int
Reads a signed 32-bit integer from this file.
int
Reads a signed 32-bit integer from this file.
int
Reads a signed 32-bit integer from this file.
abstract long
Reads a signed 64-bit integer from this file.
long
Reads a signed 64-bit integer from this file.
long
Reads a signed 64-bit integer from this file.
abstract short
Reads a signed 16-bit number from this file assuming that file is encoded
using provided endian type.
short
Reads a signed 16-bit number from this file assuming that file is encoded
using provided endian type.
short
Reads a signed 16-bit number from this file assuming that file is encoded
using provided endian type.
abstract long
Reads an unsigned 32-bit integer from this file.
long
Reads an unsigned 32-bit integer from this file.
long
Reads an unsigned 32-bit integer from this file.
abstract int
Reads an unsigned 16-bit number from this file.
int
Reads an unsigned 16-bit number from this file.
int
Reads an unsigned 16-bit number from this file.
(package private) static double
Converts provided value to provided endian type.
(package private) static float
Converts provided value to provided endian type.
(package private) static int
Converts provided value to provided endian type.
(package private) static long
Converts provided value to provided endian type.
(package private) static short
Converts provided value to provided endian type.
abstract void
Converts the double argument to a long using the doubleToLongBits method
in class Double, and then writes that long value to the file as an eight
byte quantity, using provided endian type.
void
Converts the double argument to a long using the doubleToLongBits method
in class Double, and then writes that long value to the file as an eight
byte quantity, using provided endian type.
void
Converts the double argument to a long using the doubleToLongBits method
in class Double, and then writes that long value to the file as an eight
byte quantity, using provided endian type.
abstract void
Converts the float argument to an int using the floatToIntBits method in
class Float, and then write that int value to the file as a four-byte
quantity, using provided endian type.
void
Converts the float argument to an int using the floatToIntBits method in
class Float, and then write that int value to the file as a four-byte
quantity, using provided endian type.
void
Converts the float argument to an int using the floatToIntBits method in
class Float, and then write that int value to the file as a four-byte
quantity, using provided endian type.
abstract void
Writes an int to the file as four bytes, using provided endian type.
void
Writes an int to the file as four bytes, using provided endian type.
void
Writes an int to the file as four bytes, using provided endian type.
abstract void
Writes a long to the file as eight bytes, using provided endian type.
void
Writes a long to the file as eight bytes, using provided endian type.
void
Writes a long to the file as eight bytes, using provided endian type.
abstract void
Writes a short to the file as two bytes using provided endian type.
void
Writes a short to the file as two bytes using provided endian type.
void
Writes a short to the file as two bytes using provided endian type.
abstract void
Writes an unsigned int to the file as four bytes, using provided endian
type.
void
Writes an unsigned int to the file as four bytes, using provided endian
type.
void
Writes an unsigned int to the file as four bytes, using provided endian
type.
abstract void
Writes an unsigned short to the file as two bytes, using provided endian
type.
void
Writes an unsigned short to the file as two bytes, using provided endian
type.
void
Writes an unsigned short to the file as two bytes, using provided endian
type.