C# Class SkiaSharp.SKWStream

Inheritance: SKObject
Mostrar archivo Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
Flush ( ) : void
GetSizeOfPackedUInt32 ( UInt32 value ) : int
NewLine ( ) : void
Write ( byte buffer, int size ) : bool
Write16 ( UInt16 value ) : bool
Write32 ( UInt32 value ) : bool
Write8 ( Byte value ) : bool
WriteBigDecimalAsText ( System.Int64 value, int digits ) : bool
WriteBool ( bool value ) : bool
WriteDecimalAsTest ( Int32 value ) : bool
WriteHexAsText ( UInt32 value, int digits ) : bool
WritePackedUInt32 ( UInt32 value ) : bool
WriteScalar ( float value ) : bool
WriteScalarAsText ( float value ) : bool
WriteStream ( SKStream input, int length ) : bool
WriteText ( string value ) : bool

Private Methods

Method Description
SKWStream ( IntPtr handle, bool owns ) : System

Method Details

Flush() public method

public Flush ( ) : void
return void

GetSizeOfPackedUInt32() public static method

public static GetSizeOfPackedUInt32 ( UInt32 value ) : int
value System.UInt32
return int

NewLine() public method

public NewLine ( ) : void
return void

Write() public method

public Write ( byte buffer, int size ) : bool
buffer byte
size int
return bool

Write16() public method

public Write16 ( UInt16 value ) : bool
value System.UInt16
return bool

Write32() public method

public Write32 ( UInt32 value ) : bool
value System.UInt32
return bool

Write8() public method

public Write8 ( Byte value ) : bool
value Byte
return bool

WriteBigDecimalAsText() public method

public WriteBigDecimalAsText ( System.Int64 value, int digits ) : bool
value System.Int64
digits int
return bool

WriteBool() public method

public WriteBool ( bool value ) : bool
value bool
return bool

WriteDecimalAsTest() public method

public WriteDecimalAsTest ( Int32 value ) : bool
value System.Int32
return bool

WriteHexAsText() public method

public WriteHexAsText ( UInt32 value, int digits ) : bool
value System.UInt32
digits int
return bool

WritePackedUInt32() public method

public WritePackedUInt32 ( UInt32 value ) : bool
value System.UInt32
return bool

WriteScalar() public method

public WriteScalar ( float value ) : bool
value float
return bool

WriteScalarAsText() public method

public WriteScalarAsText ( float value ) : bool
value float
return bool

WriteStream() public method

public WriteStream ( SKStream input, int length ) : bool
input SKStream
length int
return bool

WriteText() public method

public WriteText ( string value ) : bool
value string
return bool