C# 클래스 ParserLib.StringStack

파일 보기 프로젝트 열기: rrajaguk/ApduParser 1 사용 예제들

공개 메소드들

메소드 설명
StringStack ( string val ) : System
getByte ( ) : string
getBytes ( int length ) : string
getRemaining ( ) : string

메소드 상세

StringStack() 공개 메소드

public StringStack ( string val ) : System
val string
리턴 System

getByte() 공개 메소드

public getByte ( ) : string
리턴 string

getBytes() 공개 메소드

public getBytes ( int length ) : string
length int
리턴 string

getRemaining() 공개 메소드

public getRemaining ( ) : string
리턴 string