Shaolinq.Persistence.DataReaderWrapper.GetBytes C# (CSharp) 메소드

GetBytes() 공개 메소드

public GetBytes ( int i, long fieldOffset, byte buffer, int bufferoffset, int length ) : long
i int
fieldOffset long
buffer byte
bufferoffset int
length int
리턴 long
		public override long GetBytes(int i, long fieldOffset, byte[] buffer, int bufferoffset, int length) => this.Inner.GetBytes(i, fieldOffset, buffer, bufferoffset, length);
		public override char GetChar(int i) => this.Inner.GetChar(i);