Skip to main content
AskMe (beta)

EnsLib.HTTP.ChunkedWriter

stream class EnsLib.HTTP.ChunkedWriter extends %Net.ChunkedWriter

Divides HTTP body into chunks of equal size

Property Inventory

Method Inventory

Properties

property ChunkSize as %Integer (MINVAL = 1) [ InitialExpression = 1024 ];
The size of each chunk. The size of the last chunk can be different.
Property methods: ChunkSizeDisplayToLogical(), ChunkSizeGet(), ChunkSizeIsValid(), ChunkSizeLogicalToDisplay(), ChunkSizeNormalize(), ChunkSizeSet()

Methods

method Clear() as %Status
Clear stream data
method CopyFrom(source As %Stream.Object) as %Status
Copy stream data from source
method OutputStream()
Overrides the inherited abstract method. Writes chunks each of size ChunkSize.

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab