WriteSFixed64() public method

Writes an sfixed64 value, without a tag, to the stream.
public WriteSFixed64 ( long value ) : void
value long The value to write
return void
Example #1
0
 internal void <ForSFixed64> b__11_1(CodedOutputStream output, long value)
 {
     output.WriteSFixed64(value);
 }