|
... Private Delegate Sub DeserializeDelegate(ByVal obj As Object, ByVal field As FieldInfo, ByVal attr As CcuSerializableAttribute, ByVal reader As System.IO.BinaryReader ...
|
|
The members of System.IO.BinaryReader are listed below. See Also: Inherited members from System.Object [ ...
|
|
System.IO.BinaryReader br = new System.IO.BinaryReader(fs); Byte[] bytes = br.ReadBytes((Int32)fs.Length); br.Close(); fs.Close ...
|
|
at System.Runtime.Serialization.Formatters.Binary.ObjectReader.ReadTypeMetadata ( System.IO.BinaryReader reader, Boolean isRuntimeObject, Boolean hasTypeInfo ) [ 0x00000
|
|
... Inherited from System.IO.BinaryReader ) ... 2003 - 2007 Red Gate Software Ltd. All Rights Reserved.
|
|
NineRays.ILOMD, Type: 6.p0, Method: 6.p\\ue 6(System.IO.BinaryReader, 6.pV) Assembly: NineRays.ILOMD, Type: 6.p0, Method: 6.pS 6(6.1\\u3, System.IO.BinaryReader, Boolean)
|
|
Reads a 2-byte signed integer from the current stream and advances the current position of the stream by two bytes. [Visual Basic] Public Overridable Function ReadInt16() As Short ...
|
|
Reads primitive data types as binary values in a specific encoding. ... The following code example demonstrates how to store and retrieve application settings in a file.
|