C# Class DevelPlatform.OneCEUtils.V8Formats.V8Formats.V8File.stBlockHeader

Datei anzeigen Open project: YPermitin/V8Formats

Public Properties

Property Type Description
EOL2_0A byte
EOL2_0D byte
EOL_0A byte
EOL_0D byte
data_size_hex byte[]
next_page_addr_hex byte[]
page_size_hex byte[]
space1 byte
space2 byte
space3 byte

Public Methods

Method Description
Size ( ) : uint
ToBytes ( ) : byte[]
stBlockHeader ( byte pFileData, UInt32 begIndex ) : System

Method Details

Size() public static method

public static Size ( ) : uint
return uint

ToBytes() public method

public ToBytes ( ) : byte[]
return byte[]

stBlockHeader() public method

public stBlockHeader ( byte pFileData, UInt32 begIndex ) : System
pFileData byte
begIndex System.UInt32
return System

Property Details

EOL2_0A public_oe property

public byte EOL2_0A
return byte

EOL2_0D public_oe property

public byte EOL2_0D
return byte

EOL_0A public_oe property

public byte EOL_0A
return byte

EOL_0D public_oe property

public byte EOL_0D
return byte

data_size_hex public_oe property

public byte[] data_size_hex
return byte[]

next_page_addr_hex public_oe property

public byte[] next_page_addr_hex
return byte[]

page_size_hex public_oe property

public byte[] page_size_hex
return byte[]

space1 public_oe property

public byte space1
return byte

space2 public_oe property

public byte space2
return byte

space3 public_oe property

public byte space3
return byte