GetRecordSize() 개인적인 메소드

private GetRecordSize ( ) : int
리턴 int
예제 #1
0
 /// <summary>
 /// Get the record size being used by this stream's TarBuffer.
 /// </summary>
 /// <returns>
 /// The TarBuffer record size.
 /// </returns>
 public int GetRecordSize()
 {
     return(buffer.GetRecordSize());
 }