Home
last modified time | relevance | path

Searched refs:_inBuffer (Results 1 – 1 of 1) sorted by relevance

/external/zlib/src/contrib/dotzlib/DotZLib/
DCodecBase.cs38 private byte[] _inBuffer = new byte[kBufferSize]; field in DotZLib.CodecBase
54 _hInput = GCHandle.Alloc(_inBuffer, GCHandleType.Pinned); in CodecBase()
170 Array.Copy(data, startIndex, _inBuffer,0, count); in copyInput()