C# Class anmar.SharpMimeTools.SharpMimeMessageStream

ファイルを表示 Open project: jeske/StepsDB-alpha Class Usage Examples

Protected Properties

Property Type Description
finalpos long
initpos long
stream System.IO.Stream

Public Methods

Method Description
Close ( ) : void
ReadAll ( ) : System.String
ReadAll ( long start ) : System.String
ReadLine ( ) : System.String
ReadLine_Undo ( ) : void
ReadLine_Undo ( System line ) : void
ReadLines ( long start, long end ) : System.String
ReadLinesSB ( long start, long end ) : System.Text.StringBuilder
ReadUnfoldedLine ( ) : System.String
SeekLine ( long line ) : bool
SeekOrigin ( ) : void
SeekPoint ( long point ) : void
SharpMimeMessageStream ( System stream ) : System

Method Details

Close() public method

public Close ( ) : void
return void

ReadAll() public method

public ReadAll ( ) : System.String
return System.String

ReadAll() public method

public ReadAll ( long start ) : System.String
start long
return System.String

ReadLine() public method

public ReadLine ( ) : System.String
return System.String

ReadLine_Undo() public method

public ReadLine_Undo ( ) : void
return void

ReadLine_Undo() public method

public ReadLine_Undo ( System line ) : void
line System
return void

ReadLines() public method

public ReadLines ( long start, long end ) : System.String
start long
end long
return System.String

ReadLinesSB() public method

public ReadLinesSB ( long start, long end ) : System.Text.StringBuilder
start long
end long
return System.Text.StringBuilder

ReadUnfoldedLine() public method

public ReadUnfoldedLine ( ) : System.String
return System.String

SeekLine() public method

public SeekLine ( long line ) : bool
line long
return bool

SeekOrigin() public method

public SeekOrigin ( ) : void
return void

SeekPoint() public method

public SeekPoint ( long point ) : void
point long
return void

SharpMimeMessageStream() public method

public SharpMimeMessageStream ( System stream ) : System
stream System
return System

Property Details

finalpos protected_oe property

protected long finalpos
return long

initpos protected_oe property

protected long initpos
return long

stream protected_oe property

protected System.IO.Stream stream
return System.IO.Stream