Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readByteStuffedByte (0.23 sec)

  1. src/image/jpeg/reader.go

    	return x, nil
    }
    
    // errMissingFF00 means that readByteStuffedByte encountered an 0xff byte (a
    // marker byte) that wasn't the expected byte-stuffed sequence 0xff, 0x00.
    var errMissingFF00 = FormatError("missing 0xff00 sequence")
    
    // readByteStuffedByte is like readByte but is for byte-stuffed Huffman data.
    func (d *decoder) readByteStuffedByte() (x byte, err error) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 12:02:45 UTC 2023
    - 22.5K bytes
    - Viewed (0)
Back to top