Click or drag to resize

IPublicationsFileFactoryCreate Method (Stream, Int32)

Create and verify publications file instance from stream and with given buffer size.

Namespace:  Guardtime.KSI.Publication
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
IPublicationsFile Create(
	Stream stream,
	int bufferSize
)

Parameters

stream
Type: System.IOStream
publications file stream
bufferSize
Type: SystemInt32
buffer size

Return Value

Type: IPublicationsFile
publications file
See Also