C# 클래스 Apache.NMS.ActiveMQ.OpenWire.BooleanStream

Represents a stream of boolean flags
파일 보기 프로젝트 열기: ThorTech/apache-nms 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Marshal ( BinaryWriter dataOut ) : void
MarshalledSize ( ) : int
ReadBoolean ( ) : bool
Unmarshal ( BinaryReader dataIn ) : void
WriteBoolean ( bool value ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Marshal() 공개 메소드

public Marshal ( BinaryWriter dataOut ) : void
dataOut System.IO.BinaryWriter
리턴 void

MarshalledSize() 공개 메소드

public MarshalledSize ( ) : int
리턴 int

ReadBoolean() 공개 메소드

public ReadBoolean ( ) : bool
리턴 bool

Unmarshal() 공개 메소드

public Unmarshal ( BinaryReader dataIn ) : void
dataIn System.IO.BinaryReader
리턴 void

WriteBoolean() 공개 메소드

public WriteBoolean ( bool value ) : void
value bool
리턴 void