C# Class Bend.FreespaceExtent

Show file Open project: jeske/StepsDB-alpha Class Usage Examples

Public Properties

Property Type Description
end_addr long
start_addr long

Public Methods

Method Description
ToString ( ) : string
length ( ) : long
pack ( ) : byte[]
unpack ( byte buf ) : FreespaceExtent

Method Details

ToString() public method

public ToString ( ) : string
return string

length() public method

public length ( ) : long
return long

pack() public method

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

unpack() public static method

public static unpack ( byte buf ) : FreespaceExtent
buf byte
return FreespaceExtent

Property Details

end_addr public property

public long end_addr
return long

start_addr public property

public long start_addr
return long