SIFWorks ADK 2.0
Streams Class
NamespacesEdustructures.UtilStreams

[This is preliminary documentation and is subject to change.]

Summary description for Streams.
Declaration Syntax
C#Visual BasicVisual C++
public class Streams
Public Class Streams
public ref class Streams
Members
All MembersConstructorsMethods



IconMemberDescription
StreamsStreamsNew()()
static memberBeginCopyStream(Stream, Stream, Int32, EduAsyncHandler, Object)
Copies a stream asynchronously. This method is useful for copying data to a network stream because the network stream will actually buffer at the hardware level and the calling thread will not have to block. when the asynchronous copy has complete, the delegate specified by the endHandler argument will be called to complete the operation

static memberCopyStream(Stream, Stream, Int32)
Copies a stream

static memberCopyStream(Stream, Stream)
Copies a stream

static memberGetDataFromStream(Stream)
Returns an array of bytes from a stream

Inheritance Hierarchy
Object
Streams

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10