Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
libgsf-1
Gsf
InputMemory
InputMemory
InputMemory.clone
InputMemory.from_bzip
InputMemory.from_iochannel
InputMemory
Object Hierarchy:
Description:
public
class
InputMemory
:
Input
Namespace:
Gsf
Package:
libgsf-1
Content:
Creation methods:
public
InputMemory
(
uchar
buf,
off_t
length,
bool
needs_free)
public
InputMemory.clone
(
uchar
buf,
off_t
length)
public
InputMemory.from_bzip
(
Input
source)
throws
Error
public
InputMemory.from_iochannel
(
IOChannel
channel)
throws
Error