Home
last modified time | relevance | path

Searched refs:ReadBytesExt (Results 1 – 6 of 6) sorted by relevance

/external/rust/crates/byteorder/
DCHANGELOG.md16 This patch release adds `ReadBytesExt::read_i8_into()` as a simple, safe interface
36 where the corresponding methods on `ReadBytesExt` were deprecated.
65 `write_i48`. Corresponding methods have been added to the `ReadBytesExt` and
86 `ReadBytesExt::read_{f32,f64}_into_checked` methods have been deprecated and
DREADME.md32 use byteorder::{ReadBytesExt, WriteBytesExt, BigEndian, LittleEndian};
39 use byteorder::{BigEndian, ReadBytesExt};
/external/rust/crates/byteorder/src/
Dio.rs30 pub trait ReadBytesExt: io::Read { interface
1049 impl<R: io::Read + ?Sized> ReadBytesExt for R {}
Dlib.rs78 pub use crate::io::{ReadBytesExt, WriteBytesExt};
3412 BigEndian, LittleEndian, NativeEndian, ReadBytesExt,
3462 BigEndian, LittleEndian, NativeEndian, ReadBytesExt,
/external/rust/crates/zip/src/
Dspec.rs2 use byteorder::{LittleEndian, ReadBytesExt, WriteBytesExt};
Dread.rs16 use byteorder::{LittleEndian, ReadBytesExt};