메소드 | 설명 | |
---|---|---|
CreateFrom ( Stream inputSteam ) : |
Create a BlobReader from a Stream. Does not take ownership of the Stream.
|
|
CreateFrom ( string fileName ) : |
Create a new BlobReader from a file path
|
|
Dispose ( ) : void |
Dispose the BlobReader, releasing any Streams allocated.
|
|
ReadFieldBlob ( ) : |
Reads a field as a Blob
|
|
ReadFieldHeader ( ) : void |
Read the next Field in the blob
|
|
SkipField ( ) : void |
Skip over a field, discarding the contents of a field
|
|
SkipSpare ( ) : void |
Skip over the spare, discarding the contents
|
메소드 | 설명 | |
---|---|---|
BlobReader ( Stream blobSource, bool ownsSource = true ) : System | ||
CanTakeBytes ( int size ) : bool | ||
ReadBlobHeader ( ) : void | ||
ReadFieldStream ( ) : Stream | ||
TakeBytes ( int size ) : void | ||
UnpackBlobIfNeeded ( ) : void |
public static CreateFrom ( Stream inputSteam ) : |
||
inputSteam | Stream | Source |
리턴 |
public static CreateFrom ( string fileName ) : |
||
fileName | string | Path to blob |
리턴 |