D | CodedInputStream.cs | 98 internal const int BufferSize = 4096; field in Google.Protobuf.CodedInputStream 161 : this(ProtoPreconditions.CheckNotNull(input, "input"), new byte[BufferSize], 0, 0) in CodedInputStream() 220 … return new CodedInputStream(input, new byte[BufferSize], 0, 0, sizeLimit, recursionLimit); in CreateWithLimits()
|