Namespace: Contracts.Serialization
Assembly: Contracts (in Contracts.dll)

<Obfuscation(Exclude=true)> _ 
Public Class SerializingBinaryReader 
Inherits BinaryReader
This language is not supported or no code example is available.
[Obfuscation(Exclude=true)] 
public class SerializingBinaryReader : BinaryReader
This language is not supported or no code example is available.
[Obfuscation(Exclude=true)] 
public ref class SerializingBinaryReader : public BinaryReader^
This language is not supported or no code example is available.
public  
Obfuscation(Exclude=true) 
class SerializingBinaryReader 
extends BinaryReader
This language is not supported or no code example is available.
Name Description
Public property BaseStream Exposes access to the underlying stream of the BinaryReader. (inherited from BinaryReader).
Top
Name Description
Public method Close Closes the current reader and the underlying stream. (inherited from BinaryReader).
Protected method Dispose(Boolean) Releases the unmanaged resources used by the BinaryReader class and optionally releases the managed resources. (System.IO.BinaryReader).
Public method Dispose()
Public method Equals(Object) Determines whether the specified object is equal to the current object. (inherited from Object).
Protected method FillBuffer(Int32) Fills the internal buffer with the specified number of bytes read from the stream. (inherited from BinaryReader).
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object).
Public method GetHashCode Serves as the default hash function. (inherited from Object).
Public method GetType Gets the Type of the current instance. (inherited from Object).
Protected method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object).
Public method PeekChar Returns the next available character and does not advance the byte or character position. (inherited from BinaryReader).
Public method Read(Char[], Int32, Int32) Reads the specified number of characters from the stream, starting from a specified point in the character array. (inherited from BinaryReader).
Public method Read Reads characters from the underlying stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream. (inherited from BinaryReader).
Public method Read(Byte[], Int32, Int32) Reads the specified number of bytes from the stream, starting from a specified point in the byte array. (inherited from BinaryReader).
Internal protected (Protected Friend) method Read7BitEncodedInt Reads in a 32-bit integer in compressed format. (inherited from BinaryReader).
Public method ReadBoolean Reads a Boolean value from the current stream and advances the current position of the stream by one byte. (inherited from BinaryReader).
Public method ReadByte Reads the next byte from the current stream and advances the current position of the stream by one byte. (inherited from BinaryReader).
Public method ReadBytes(Int32) Reads the specified number of bytes from the current stream into a byte array and advances the current position by that number of bytes. (inherited from BinaryReader).
Public method ReadChar Reads the next character from the current stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream. (inherited from BinaryReader).
Public method ReadChars(Int32) Reads the specified number of characters from the current stream, returns the data in a character array, and advances the current position in accordance with the Encoding used and the specific character being read from the stream. (inherited from BinaryReader).
Public method ReadDecimal Reads a decimal value from the current stream and advances the current position of the stream by sixteen bytes. (inherited from BinaryReader).
Public method ReadDocReference()
Public method ReadDocType()
Public method ReadDocumentSpecificData()
Public method ReadDouble Reads an 8-byte floating point value from the current stream and advances the current position of the stream by eight bytes. (inherited from BinaryReader).
Public method ReadEmailDocumentSpecificData()
Public method ReadEmbeddedFileAttribute()
Public method ReadEntityID() Read an entity id
Public method ReadFileInfo() Read a file info object
Public method ReadFilePlaceHolder()
Public method ReadInt16 Reads a 2-byte signed integer from the current stream and advances the current position of the stream by two bytes. (inherited from BinaryReader).
Public method ReadInt32 Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes. (inherited from BinaryReader).
Public method ReadInt64 Reads an 8-byte signed integer from the current stream and advances the current position of the stream by eight bytes. (inherited from BinaryReader).
Public method ReadOperationResponse() Read an operation response
Public method ReadProjectInfo() Read some project info
Public method ReadProjectInfos()
Public method ReadSByte Reads a signed byte from this stream and advances the current position of the stream by one byte. (inherited from BinaryReader).
Public method ReadSingle Reads a 4-byte floating point value from the current stream and advances the current position of the stream by four bytes. (inherited from BinaryReader).
Public method ReadString()
Public method ReadUInt16 Reads a 2-byte unsigned integer from the current stream using little-endian encoding and advances the position of the stream by two bytes. (inherited from BinaryReader).
Public method ReadUInt32 Reads a 4-byte unsigned integer from the current stream and advances the position of the stream by four bytes. (inherited from BinaryReader).
Public method ReadUInt64 Reads an 8-byte unsigned integer from the current stream and advances the position of the stream by eight bytes. (inherited from BinaryReader).
Public method ToString Returns a string that represents the current object. (inherited from Object).
Top
Name Description
Public field READER_VERSION
Top
Contracts.Serialization.SerializingBinaryReader

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1