C# Class Whitelog.Core.Loggers.Binary.ExpendableListWriter

Inheritance: IListWriter, IDisposable
Datei anzeigen Open project: ronenbarak/Whitelog Class Usage Examples

Public Properties

Property Type Description
ID System.Guid

Public Methods

Method Description
Dispose ( ) : void
ExpendableListWriter ( IStreamProvider streamProvider, Stream>.Action onNewfileCreated ) : System
Flush ( ) : void
GetListWriterSignature ( ) : byte[]
WriteData ( IEnumerable buffers ) : void
WriteData ( IRawData buffer ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExpendableListWriter() public method

public ExpendableListWriter ( IStreamProvider streamProvider, Stream>.Action onNewfileCreated ) : System
streamProvider IStreamProvider
onNewfileCreated Stream>.Action
return System

Flush() public method

public Flush ( ) : void
return void

GetListWriterSignature() public method

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

WriteData() public method

public WriteData ( IEnumerable buffers ) : void
buffers IEnumerable
return void

WriteData() public method

public WriteData ( IRawData buffer ) : void
buffer IRawData
return void

Property Details

ID public_oe static_oe property

public static Guid,System ID
return System.Guid