C# 클래스 GitSharp.Core.Util.TemporaryBuffer.Block

파일 보기 프로젝트 열기: jagregory/GitSharp

공개 프로퍼티들

프로퍼티 타입 설명
buffer byte[]
count int

공개 메소드들

메소드 설명
isFull ( ) : bool

메소드 상세

isFull() 공개 메소드

public isFull ( ) : bool
리턴 bool

프로퍼티 상세

buffer 공개적으로 프로퍼티

public byte[] buffer
리턴 byte[]

count 공개적으로 프로퍼티

public int count
리턴 int