BinaryReader
BinaryReader(Stream)
BinaryReader(Stream, Encoding)
BinaryReader(Stream, Encoding, Boolean)
BaseStream
Close()
Dispose()
Dispose(Boolean)
FillBuffer(Int32)
PeekChar()
Read()
Read(Byte[], Int32, Int32)
Read(Char[], Int32, Int32)
Read(Span<Byte>)
Read(Span<Char>)
Read7BitEncodedInt()
Read7BitEncodedInt64()
ReadBoolean()
ReadByte()
ReadBytes(Int32)
ReadChar()
ReadChars(Int32)
ReadDecimal()
ReadDouble()
ReadHalf()
ReadInt16()
ReadInt32()
ReadInt64()
ReadSByte()
ReadSingle()
ReadString()
ReadUInt16()
ReadUInt32()
ReadUInt64()
ReadByteArray(BinaryReader)
ReadGuid(BinaryReader)
xamarinmac
namespace Microsoft.ML.Probabilistic.Serialization
{
public static class BinaryReaderExtensions
{
public static byte[] ReadByteArray(this BinaryReader reader);
}
}
.NET | 5.06.07.08.09.010.0 |
---|---|
.NET Core | 2.02.12.23.03.1 |
.NET Framework | 4.6.14.6.24.74.7.14.7.24.84.8.1 |
.NET Standard | 2.02.1 |
Information specific to xamarinmac | |
Assembly | Microsoft.ML.Probabilistic , Version=0.4.2403.801, PublicKeyToken=e4813102a62778da |
Referencing | Your project needs a package reference to |
Package | Microsoft.ML.Probabilistic (0.4.2403.801) netstandard2.0 |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API