C# 클래스 Pdelvo.Minecraft.Network.AsnKeyBuilder.AsnType

파일 보기 프로젝트 열기: pdelvo/Pdelvo.Minecraft

Private Properties

프로퍼티 타입 설명
Concatenate byte[]
GetBytes byte[]
SetLength void

공개 메소드들

메소드 설명
AsnType ( byte tag, byte octet ) : System
AsnType ( byte tag, byte length, byte octets ) : System

비공개 메소드들

메소드 설명
Concatenate ( byte values ) : byte[]
GetBytes ( ) : byte[]
SetLength ( ) : void

메소드 상세

AsnType() 공개 메소드

public AsnType ( byte tag, byte octet ) : System
tag byte
octet byte
리턴 System

AsnType() 공개 메소드

public AsnType ( byte tag, byte length, byte octets ) : System
tag byte
length byte
octets byte
리턴 System