System.IO.BinaryWriter

E697500

System.IO.BinaryWriter is a .NET class that provides methods for writing primitive data types in binary format to streams.

All labels observed (2)

Label Occurrences
System.IO.BinaryWriter canonical 3
BinaryWriter(System.IO.Stream) 1

How this entity was disambiguated

Statements (52)

Predicate Object
instanceOf .NET class
class
assembly System.Runtime
linked to: System.Runtime.dll

mscorlib
linked to: mscorlib.dll
baseClass System.Object
defaultEncoding UTF-8
hasConstructor BinaryWriter()
BinaryWriter(System.IO.Stream)
BinaryWriter(System.IO.Stream,System.Text.Encoding)
BinaryWriter(System.IO.Stream,System.Text.Encoding,bool)
hasMethod Close()
Dispose()
Dispose(bool)
Flush()
Seek(int,System.IO.SeekOrigin)
Write(bool)
Write(byte)
Write(byte[])
Write(byte[],int,int)
Write(char)
Write(char[])
Write(char[],int,int)
Write(decimal)
Write(double)
Write(float)
Write(int)
Write(long)
Write(short)
Write(string)
Write(uint)
Write(ulong)
Write(ushort)
Write7BitEncodedInt(int)
hasProperty BaseStream
FormatProvider
OutStream
implements System.IDisposable
introducedIn .NET Framework 1.1
linked to: .NET Framework
isAbstract false
isPublic true
isSealed false
namespace System.IO
propertyType(BaseStream) System.IO.Stream
propertyType(FormatProvider) System.IFormatProvider
propertyType(OutStream) System.IO.Stream
relatedClass System.IO.BinaryReader
System.IO.StreamWriter
summary Provides methods for writing primitive types in binary to a stream.
supports writing primitive data types in binary format
threadSafety instance members are not guaranteed to be thread-safe
typicalUsage used with FileStream to write binary files
writesTo System.IO.Stream

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

System.IO containsType System.IO.BinaryWriter
System.IO.BinaryReader relatedClass System.IO.BinaryWriter
System.IO.BinaryWriter hasConstructor BinaryWriter(System.IO.Stream)
linked to: System.IO.BinaryWriter
System.IO.IOException canBeThrownBy System.IO.BinaryWriter