C# 클래스 Microsoft.Azure.Amqp.BufferListStream

상속: Stream, ICloneable
파일 보기 프로젝트 열기: Azure/azure-amqp 1 사용 예제들

공개 메소드들

메소드 설명
BufferListStream ( IList arraySegments ) : System
Clone ( ) : object
Create ( Stream stream, int segmentSize ) : BufferListStream
Create ( Stream stream, int segmentSize, bool forceCopyStream ) : BufferListStream
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
ReadBuffers ( int count, bool advance, bool &more ) : ArraySegment[]
ReadByte ( ) : int
ReadBytes ( int count ) : ArraySegment
ReadStream ( Stream stream, int segmentSize, int &length ) : ArraySegment[]
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
Advance ( int count, int segmentCount ) : void
SetPosition ( long pos ) : void
ThrowIfDisposed ( ) : void

메소드 상세

BufferListStream() 공개 메소드

public BufferListStream ( IList arraySegments ) : System
arraySegments IList
리턴 System

Clone() 공개 메소드

public Clone ( ) : object
리턴 object

Create() 공개 정적인 메소드

public static Create ( Stream stream, int segmentSize ) : BufferListStream
stream Stream
segmentSize int
리턴 BufferListStream

Create() 공개 정적인 메소드

public static Create ( Stream stream, int segmentSize, bool forceCopyStream ) : BufferListStream
stream Stream
segmentSize int
forceCopyStream bool
리턴 BufferListStream

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadBuffers() 공개 메소드

public ReadBuffers ( int count, bool advance, bool &more ) : ArraySegment[]
count int
advance bool
more bool
리턴 ArraySegment[]

ReadByte() 공개 메소드

public ReadByte ( ) : int
리턴 int

ReadBytes() 공개 메소드

public ReadBytes ( int count ) : ArraySegment
count int
리턴 ArraySegment

ReadStream() 공개 정적인 메소드

public static ReadStream ( Stream stream, int segmentSize, int &length ) : ArraySegment[]
stream Stream
segmentSize int
length int
리턴 ArraySegment[]

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

Write() 공개 메소드

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
리턴 void