Method | Description | |
---|---|---|
LoadBlockData ( byte data ) : void |
Creates a new SeekTable base on the provided binary data.
|
|
SeekTable ( ) : System | ||
WriteBlockData ( Stream targetStream ) : void |
Will write the data describing this metadata block to the given stream.
|
public WriteBlockData ( Stream targetStream ) : void | ||
targetStream | Stream | Stream to write the data to. |
return | void |