BitMiracle.LibTiff.Classic.Tiff.readFile C# (CSharp) Method

readFile() private method

private readFile ( byte buf, int offset, int size ) : int
buf byte
offset int
size int
return int
        private int readFile(byte[] buf, int offset, int size)
        {
            return m_stream.Read(m_clientdata, buf, offset, size);
        }
Tiff