[]Struct jni_android_sys::java::io::OptionalDataException

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

public class OptionalDataException

Required feature: "java-io-OptionalDataException"

Methods

impl OptionalDataException

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

get public eof

pub fn set_eof<'env>(&'env self, value: bool)[src]

set public eof

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

get public length

pub fn set_length<'env>(&'env self, value: i32)[src]

set public length

Trait Implementations

impl AsJValue for OptionalDataException

impl AsValidJObjectAndEnv for OptionalDataException

impl Deref for OptionalDataException

type Target = ObjectStreamException

The resulting type after dereferencing.

impl JniType for OptionalDataException

Auto Trait Implementations

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.