C# 클래스 DelugeRPC.DelugeProtocol

파일 보기 프로젝트 열기: voltagex/junkcode

공개 메소드들

메소드 설명
CompressAndEncode ( RPCMessage input ) : byte[]
CompressAndEncode ( object input ) : byte[]
DecompressAndDecode ( byte input ) : object

비공개 메소드들

메소드 설명
StripNulls ( byte inputBytes ) : byte[]

메소드 상세

CompressAndEncode() 공개 정적인 메소드

public static CompressAndEncode ( RPCMessage input ) : byte[]
input NullReference.DelugeRPC.RPCMessage
리턴 byte[]

CompressAndEncode() 공개 정적인 메소드

public static CompressAndEncode ( object input ) : byte[]
input object
리턴 byte[]

DecompressAndDecode() 공개 정적인 메소드

public static DecompressAndDecode ( byte input ) : object
input byte
리턴 object