C# 클래스 RampUp.Buffers.ReadonlySegmentStream.Payload

The Payload of readonly stream.
파일 보기 프로젝트 열기: Scooletz/RampUp

공개 프로퍼티들

프로퍼티 타입 설명
Calculator IndexCalculator
Head Segment*
Length int
Position int

공개 메소드들

메소드 설명
Payload ( Segment head, IndexCalculator calculator, int length, int position ) : System

메소드 상세

Payload() 공개 메소드

public Payload ( Segment head, IndexCalculator calculator, int length, int position ) : System
head Segment
calculator IndexCalculator
length int
position int
리턴 System

프로퍼티 상세

Calculator 공개적으로 프로퍼티

public IndexCalculator,RampUp.Buffers Calculator
리턴 IndexCalculator

Head 공개적으로 프로퍼티

public Segment* Head
리턴 Segment*

Length 공개적으로 프로퍼티

public int Length
리턴 int

Position 공개적으로 프로퍼티

public int Position
리턴 int