System_IO::​BinaryWriter
UnityObjectLink
System_IO::​BinaryWriter

class:/TYPE/System.IO.BinaryWriter//, can be loaded from an assetbundle using System_IO::BinaryWriter::createfromassetbundle(bundlename,prefabname) /

Parent

UnityObjectLink

Variables
basestream
readonly System.IO.Stream basestream
system_io::​binarywriter::​null
static readonly System.IO.BinaryWriter system_io::binarywriter::null
Functions
close
System.Void Close()
Returns

System.Void

dispose
System.Void Dispose()
Returns

System.Void

flush
System.Void Flush()
Returns

System.Void

system_io::​binarywriter::​create
static System.IO.BinaryWriter Create (
System.IO.Stream output
)

Constructor replaces new;

Parameters
output
System.IO.Stream

no description

Returns

System.IO.BinaryWriter

system_io::​binarywriter::​fromassetbundle
static System.IO.BinaryWriter CreateFromAssetBundle(
string bundle,
string objectname
)

Constructor for object from a bundle

Parameters
bundle
string

bundle name

objectname
string

object name with extension

Returns

System.IO.BinaryWriter

write
System.Void Write(
System.Int16 value
)

System.Int16 value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.Double value
)

System.Double value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.Char[] chars,
System.Int32 index,
System.Int32 count
)

System.Char[] chars-no documentation

Parameters
chars
System.Char[]

no documentation

index
System.Int32

no documentation count -

Returns

System.Void

write
System.Void Write(
System.Char[] chars
)

System.Char[] chars-no documentation

Parameters

chars -

Returns

System.Void

write
System.Void Write(
System.String value
)

System.String value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.Byte[] buffer,
System.Int32 index,
System.Int32 count
)

System.Byte[] buffer-no documentation

Parameters
buffer
System.Byte[]

no documentation

index
System.Int32

no documentation count -

Returns

System.Void

write
System.Void Write(
System.Byte[] buffer
)

System.Byte[] buffer-no documentation

Parameters

buffer -

Returns

System.Void

write
System.Void Write(
System.Byte value
)

System.Byte value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.Boolean value
)

System.Boolean value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.Char ch
)

System.Char ch-no documentation

Parameters

ch -

Returns

System.Void

write
System.Void Write(
System.Single value
)

System.Single value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.UInt64 value
)

System.UInt64 value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.Int64 value
)

System.Int64 value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.UInt32 value
)

System.UInt32 value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.Int32 value
)

System.Int32 value-no documentation

Parameters

value -

Returns

System.Void

write
System.Void Write(
System.UInt16 value
)

System.UInt16 value-no documentation

Parameters

value -

Returns

System.Void