C# Class Moxiecode.Com.FileReader

Datei anzeigen Open project: openHPI/moodle-mod_teletask

Public Properties

Property Type Description
Position long
dispatches string[]
readyState uint
result object

Public Methods

Method Description
Read ( Blob blob, byte buffer, int offset, int count ) : int
ReadAsMemoryStream ( object blob, Stream stream ) : void
readAsBase64 ( object blob ) : void

Private Methods

Method Description
_readFromNextSource ( byte buffer, int offset, int count ) : void

Method Details

Read() public method

public Read ( Blob blob, byte buffer, int offset, int count ) : int
blob Blob
buffer byte
offset int
count int
return int

ReadAsMemoryStream() public method

public ReadAsMemoryStream ( object blob, Stream stream ) : void
blob object
stream Stream
return void

readAsBase64() public method

public readAsBase64 ( object blob ) : void
blob object
return void

Property Details

Position public_oe property

public long Position
return long

dispatches public_oe static_oe property

public static string[] dispatches
return string[]

readyState public_oe property

public uint readyState
return uint

result public_oe property

public object result
return object