[]Struct jni_android_sys::java::io::PushbackReader

#[repr(transparent)]
pub struct PushbackReader(_);

public class PushbackReader

Required feature: java-io-PushbackReader

Methods

impl PushbackReader

pub fn new_reader_int<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Reader>>,
    arg1: i32
) -> Result<Local<'env, PushbackReader>>
[src]

Required features: "java-io-Reader"

pub fn new_reader<'env>(
    __jni_env: &'env Env,
    arg0: impl Into<Option<&'env Reader>>
) -> Result<Local<'env, PushbackReader>>
[src]

Required features: "java-io-Reader"

pub fn read<'env>(&'env self) -> Result<i32>[src]

pub fn read_char_array_int_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<i32>
[src]

read

pub fn unread_int<'env>(&'env self, arg0: i32) -> Result<()>[src]

pub fn unread_char_array_int_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<()>
[src]

unread

pub fn unread_char_array<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>
) -> Result<()>
[src]

unread

pub fn ready<'env>(&'env self) -> Result<bool>[src]

pub fn mark<'env>(&'env self, arg0: i32) -> Result<()>[src]

pub fn reset<'env>(&'env self) -> Result<()>[src]

pub fn mark_supported<'env>(&'env self) -> Result<bool>[src]

pub fn close<'env>(&'env self) -> Result<()>[src]

pub fn skip<'env>(&'env self, arg0: i64) -> Result<i64>[src]

Methods from Deref<Target = FilterReader>

pub fn read<'env>(&'env self) -> Result<i32>[src]

pub fn read_char_array_int_int<'env>(
    &'env self,
    arg0: impl Into<Option<&'env CharArray>>,
    arg1: i32,
    arg2: i32
) -> Result<i32>
[src]

read

pub fn skip<'env>(&'env self, arg0: i64) -> Result<i64>[src]

pub fn ready<'env>(&'env self) -> Result<bool>[src]

pub fn mark_supported<'env>(&'env self) -> Result<bool>[src]

pub fn mark<'env>(&'env self, arg0: i32) -> Result<()>[src]

pub fn reset<'env>(&'env self) -> Result<()>[src]

pub fn close<'env>(&'env self) -> Result<()>[src]

Trait Implementations

impl Deref for PushbackReader

type Target = FilterReader

The resulting type after dereferencing.

impl AsValidJObjectAndEnv for PushbackReader

impl AsJValue for PushbackReader

Auto Trait Implementations

Blanket Implementations

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.

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

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

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