[][src]Struct brotli::concat::BroCatli

pub struct BroCatli { /* fields omitted */ }

Methods

impl BroCatli[src]

pub fn new() -> BroCatli[src]

pub fn deserialize_from_buffer(buffer: &[u8]) -> Result<BroCatli, ()>[src]

pub fn serialize_to_buffer(&self, buffer: &mut [u8]) -> Result<(), ()>[src]

pub fn new_with_window_size(log_window_size: u8) -> BroCatli[src]

pub fn new_brotli_file(&mut self)[src]

pub fn stream(
    &mut self,
    in_bytes: &[u8],
    in_offset: &mut usize,
    out_bytes: &mut [u8],
    out_offset: &mut usize
) -> BroCatliResult
[src]

pub fn finish(
    &mut self,
    out_bytes: &mut [u8],
    out_offset: &mut usize
) -> BroCatliResult
[src]

Trait Implementations

impl Default for BroCatli[src]

impl From<BroCatli> for BroccoliState[src]

impl Into<BroCatli> for BroccoliState[src]

Auto Trait Implementations

impl RefUnwindSafe for BroCatli

impl Send for BroCatli

impl Sync for BroCatli

impl Unpin for BroCatli

impl UnwindSafe for BroCatli

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.