C# Class Moxiecode.Com.BufferRegion

显示文件 Open project: openHPI/moodle-mod_teletask Class Usage Examples

Public Properties

Property Type Description
buffer Buffer
end long
start long

Public Methods

Method Description
BufferRegion ( Buffer buffer, long start, long end = -1 ) : System
Read ( byte ba, int offset, int count ) : int
ReadToEnd ( byte ba ) : void
destroy ( ) : void

Method Details

BufferRegion() public method

public BufferRegion ( Buffer buffer, long start, long end = -1 ) : System
buffer Buffer
start long
end long
return System

Read() public method

public Read ( byte ba, int offset, int count ) : int
ba byte
offset int
count int
return int

ReadToEnd() public method

public ReadToEnd ( byte ba ) : void
ba byte
return void

destroy() public method

public destroy ( ) : void
return void

Property Details

buffer public_oe property

public Buffer buffer
return Buffer

end public_oe property

public long end
return long

start public_oe property

public long start
return long