C# 클래스 Sharpen.IntBuffer

상속: ByteBuffer
파일 보기 프로젝트 열기: fantasydr/krkr-cs 1 사용 예제들

공개 메소드들

메소드 설명
IntBuffer ( ) : System
Put ( int val ) : void
Wrap ( int data ) : IntBuffer

보호된 메소드들

메소드 설명
IntBuffer ( byte buf, int start, int len ) : System

메소드 상세

IntBuffer() 공개 메소드

public IntBuffer ( ) : System
리턴 System

IntBuffer() 보호된 메소드

protected IntBuffer ( byte buf, int start, int len ) : System
buf byte
start int
len int
리턴 System

Put() 공개 메소드

public Put ( int val ) : void
val int
리턴 void

Wrap() 공개 정적인 메소드

public static Wrap ( int data ) : IntBuffer
data int
리턴 IntBuffer