C# 클래스 PhoneNumbers.FlyweightMapStorage.ByteBuffer

파일 보기 프로젝트 열기: naphaso/kilogram

공개 메소드들

메소드 설명
ByteBuffer ( int size ) : System
getCapacity ( ) : int
getInt ( int offset ) : int
getShort ( int offset ) : short
putInt ( int offset, int value ) : void
putShort ( int offset, short value ) : void

메소드 상세

ByteBuffer() 공개 메소드

public ByteBuffer ( int size ) : System
size int
리턴 System

getCapacity() 공개 메소드

public getCapacity ( ) : int
리턴 int

getInt() 공개 메소드

public getInt ( int offset ) : int
offset int
리턴 int

getShort() 공개 메소드

public getShort ( int offset ) : short
offset int
리턴 short

putInt() 공개 메소드

public putInt ( int offset, int value ) : void
offset int
value int
리턴 void

putShort() 공개 메소드

public putShort ( int offset, short value ) : void
offset int
value short
리턴 void