C# Class revcomp.Block, kjkpub

Show file Open project: kjk/kjkpub

Public Properties

Property Type Description
Count int
Data byte[]

Public Methods

Method Description
IndexOf ( byte b, int o ) : Index,
Read ( BinaryReader r ) : int

Method Details

IndexOf() public method

public IndexOf ( byte b, int o ) : Index,
b byte
o int
return Index,

Read() public method

public Read ( BinaryReader r ) : int
r BinaryReader
return int

Property Details

Count public property

public int Count
return int

Data public property

public byte[] Data
return byte[]