[]Struct jni_android_sys::java::util::jar::Pack200_Packer

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

public interface Pack200.Packer

Required feature: "java-util-jar-Pack200_Packer"

Methods

impl Pack200_Packer

pub fn properties<'env>(
    &'env self
) -> Result<Option<Local<'env, SortedMap>>, Local<'env, Throwable>>
[src]

properties

Required features: "java-util-SortedMap"

pub fn pack_JarFile_OutputStream<'env>(
    &'env self,
    arg0: impl Into<Option<&'env JarFile>>,
    arg1: impl Into<Option<&'env OutputStream>>
) -> Result<(), Local<'env, Throwable>>
[src]

pack

Required features: "java-io-OutputStream", "java-util-jar-JarFile"

pub fn pack_JarInputStream_OutputStream<'env>(
    &'env self,
    arg0: impl Into<Option<&'env JarInputStream>>,
    arg1: impl Into<Option<&'env OutputStream>>
) -> Result<(), Local<'env, Throwable>>
[src]

pack

Required features: "java-io-OutputStream", "java-util-jar-JarInputStream"

pub fn addPropertyChangeListener<'env>(
    &'env self,
    arg0: impl Into<Option<&'env PropertyChangeListener>>
) -> Result<(), Local<'env, Throwable>>
[src]

Deprecated

addPropertyChangeListener

Required features: "java-beans-PropertyChangeListener"

pub fn removePropertyChangeListener<'env>(
    &'env self,
    arg0: impl Into<Option<&'env PropertyChangeListener>>
) -> Result<(), Local<'env, Throwable>>
[src]

Deprecated

removePropertyChangeListener

Required features: "java-beans-PropertyChangeListener"

pub const CLASS_ATTRIBUTE_PFX: &'static str[src]

public static final CLASS_ATTRIBUTE_PFX

pub const CODE_ATTRIBUTE_PFX: &'static str[src]

public static final CODE_ATTRIBUTE_PFX

pub const DEFLATE_HINT: &'static str[src]

public static final DEFLATE_HINT

pub const EFFORT: &'static str[src]

public static final EFFORT

pub const ERROR: &'static str[src]

public static final ERROR

pub const FALSE: &'static str[src]

public static final FALSE

pub const FIELD_ATTRIBUTE_PFX: &'static str[src]

public static final FIELD_ATTRIBUTE_PFX

pub const KEEP: &'static str[src]

public static final KEEP

pub const KEEP_FILE_ORDER: &'static str[src]

public static final KEEP_FILE_ORDER

pub const LATEST: &'static str[src]

public static final LATEST

pub const METHOD_ATTRIBUTE_PFX: &'static str[src]

public static final METHOD_ATTRIBUTE_PFX

pub const MODIFICATION_TIME: &'static str[src]

public static final MODIFICATION_TIME

pub const PASS: &'static str[src]

public static final PASS

pub const PASS_FILE_PFX: &'static str[src]

public static final PASS_FILE_PFX

pub const PROGRESS: &'static str[src]

public static final PROGRESS

pub const SEGMENT_LIMIT: &'static str[src]

public static final SEGMENT_LIMIT

pub const STRIP: &'static str[src]

public static final STRIP

pub const TRUE: &'static str[src]

public static final TRUE

pub const UNKNOWN_ATTRIBUTE: &'static str[src]

public static final UNKNOWN_ATTRIBUTE

Methods from Deref<Target = Object>

pub fn getClass<'env>(
    &'env self
) -> Result<Option<Local<'env, Class>>, Local<'env, Throwable>>
[src]

getClass

Required features: "java-lang-Class"

pub fn hashCode<'env>(&'env self) -> Result<i32, Local<'env, Throwable>>[src]

pub fn equals<'env>(
    &'env self,
    arg0: impl Into<Option<&'env Object>>
) -> Result<bool, Local<'env, Throwable>>
[src]

equals

Required features: "java-lang-Object"

pub fn toString<'env>(
    &'env self
) -> Result<Option<Local<'env, String>>, Local<'env, Throwable>>
[src]

toString

Required features: "java-lang-String"

pub fn notify<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

pub fn notifyAll<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

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

pub fn wait_long_int<'env>(
    &'env self,
    arg0: i64,
    arg1: i32
) -> Result<(), Local<'env, Throwable>>
[src]

pub fn wait<'env>(&'env self) -> Result<(), Local<'env, Throwable>>[src]

Trait Implementations

impl AsJValue for Pack200_Packer

impl AsValidJObjectAndEnv for Pack200_Packer

impl Deref for Pack200_Packer

type Target = Object

The resulting type after dereferencing.

impl JniType for Pack200_Packer

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.