public class MemoryInputStream : InputStream, Seekable {
public MemoryInputStream ( ) ;
public MemoryInputStream.from_data ( void** data,
long len,
DestroyNotify destroy ) ;
public void add_data ( void** data,
long len,
DestroyNotify destroy ) ;
}

public MemoryInputStream ( ) ;
public MemoryInputStream.from_data ( void** data,
long len,
DestroyNotify destroy ) ;
public void add_data ( void** data,
long len,
DestroyNotify destroy ) ;
Created by Valadoc