gio-2.0 Reference Manual

Synopsis

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 ) ;
}

MemoryInputStream Description

Details

Constructor Details

MemoryInputStream ()
    public                              MemoryInputStream         (  ) ;		

MemoryInputStream.from_data ()
    public                              MemoryInputStream.from_data ( void**              data,
                                                                    long                len,
                                                                    DestroyNotify       destroy ) ;		

Field Details

Signal Details

Property Details

Method Details

add_data ()
    public    void                      add_data                  ( void**              data,
                                                                    long                len,
                                                                    DestroyNotify       destroy ) ;		


Created by Valadoc