MCPcopy Create free account
hub / github.com/GraphiteEditor/Graphite / seek_from_start

Method seek_from_start

libraries/rawkit/src/tiff/file.rs:58–60  ·  view source on GitHub ↗
(&mut self, offset: u32)

Source from the content-addressed store, hash-verified

56
57impl<R: Read + Seek> TiffRead<R> {
58 pub fn seek_from_start(&mut self, offset: u32) -> Result<u64> {
59 self.reader.seek(SeekFrom::Start(offset.into()))
60 }
61
62 pub fn read_ascii(&mut self) -> Result<char> {
63 let data = self.read_n::<1>()?;

Callers 8

extract_thumbnailMethod · 0.80
new_first_ifdMethod · 0.80
new_from_offsetMethod · 0.80
readMethod · 0.80
getMethod · 0.80
decodeFunction · 0.80
decodeFunction · 0.80
decode_a100Function · 0.80

Calls 1

seekMethod · 0.80

Tested by

no test coverage detected