NevronOpenVision
Nevron.Nov.IO Namespace / NByteReader Class


In This Topic
NByteReader Class Methods
In This Topic

For a list of all members of this type, see NByteReader members.

Public Methods
 NameDescription
Public MethodReturns the bit at the given index in the current byte. Does not advance the reading position. Call the SkipByte method to advance the reading position when you finish reading bits from the current byte.  
Public MethodReturns the byte at the current position without moving the reading pointer.  
Public MethodReads a byte and increments the current position.  
Public MethodRead as much bytes as necessary to fill the specified array of bytes.  
Public MethodOverloaded. Reads the specified number of bytes.  
Public MethodReads a double (big endian).  
Public MethodReads a double (little endian).  
Public MethodReads a short (big endian).  
Public MethodReads a short (little endian).  
Public MethodReads an int (big endian).  
Public MethodReads an int (little endian).  
Public MethodReads a long (big endian).  
Public MethodReads a long (little endian).  
Public MethodRead as much bytes as necessary to fill the specified array of integers.  
Public MethodReads a single (big endian).  
Public MethodReads a single (little endian).  
Public MethodReads all the bytes to the end of the byte array.  
Public MethodReads an unsigned short (big endian).  
Public MethodReads an unsigned short (little endian).  
Public MethodReads an unsigned int (big endian).  
Public MethodReads an unsigned int (little endian).  
Public MethodSkips 1 byte.  
Public MethodSkips the given number of bytes.  
Top
See Also