Struct il2_iltags::io::std_io::ReadReader[][src]

pub struct ReadReader<'a, T: Read> { /* fields omitted */ }
Expand description

This struct implements a Reader that uses a std::io::Read as the source of bytes.

Implementations

Creates a new instance of ReadReader.

Parameters:

  • src: The source of bytes.

Trait Implementations

Reads a single byte from the source. Read more

Reads the specified number of bytes from the source. Read more

Skips some bytes from the source. Read more

Skips some bytes from the source using a u64 as its size. On 64-bit systems, this is equivalent to Self::skip() as usize is a 64-bit value. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Deserializes a byte array of a given size. Read more

Deserializes a byte array of a given size into slice. Read more

Deserializes a byte array of a given size into a vector. Read more

Performs the conversion.

Deserializes an ILInt value. Read more

Reads the ILInt. Read more

Performs the conversion.

Deserializes an ILInt value. Read more

Reads the ILInt. Read more

Deserializes an UTF-8 String with a given size. Read more

Reads an UTF-8 String with a given size. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Deserializes the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more

Reads the value. Read more