Struct winter_utils::SliceReader [−][src]
pub struct SliceReader<'a> { /* fields omitted */ }Expand description
Implements ByteReader trait for a slice of bytes.
Implementations
Trait Implementations
Returns a single byte read from self. Read more
Returns a u16 value read from self in little-endian byte order. Read more
Returns a u32 value read from self in little-endian byte order. Read more
Returns a u64 value read from self in little-endian byte order. Read more
Returns a u128 value read from self in little-endian byte order. Read more
Returns a byte vector of the specified length read from self. Read more
Returns a byte array of length N reade from self.
Returns true if there are more bytes left to be read from self.