Saves the offset into the input buffer as the location to actually write the calculated value when able.
(in int)
| 54 | type pushEncoder interface { |
| 55 | // Saves the offset into the input buffer as the location to actually write the calculated value when able. |
| 56 | saveOffset(in int) |
| 57 | |
| 58 | // Returns the length of data to reserve for the output of this encoder (eg 4 bytes for a CRC32). |
| 59 | reserveLength() int |
no outgoing calls
no test coverage detected