Next: FileDescriptor-built ins, Previous: FileDescriptor-basic, Up: FileDescriptor [Index]
Return the next numBytes bytes in the byte array
Return the next 64-bit float in the byte array
Return the next 32-bit float in the byte array
Return the next 4 bytes in the byte array, interpreted as a 32 bit signed int
Return the next 8 bytes in the byte array, interpreted as a 64 bit signed int
Store aDouble as a 64-bit float in the byte array
Return the next 32-bit float in the byte array
Store anInteger (range: -2^63..2^64-1) on the byte array as 8 bytes
Store anInteger (range: -2^31..2^32-1) on the byte array as 4 bytes
Store anInteger (range: -32768..65535) on the byte array as 2 bytes
Return the next 2 bytes in the byte array, interpreted as a 16 bit signed int
Return the next byte in the byte array, interpreted as a 8 bit signed number
Return the next 8 bytes in the byte array, interpreted as a 64 bit unsigned int
Return the next 4 bytes in the byte array, interpreted as a 32 bit unsigned int
Return the next 2 bytes in the byte array, interpreted as a 16 bit unsigned int
Next: FileDescriptor-built ins, Previous: FileDescriptor-basic, Up: FileDescriptor [Index]