StreamBuffer
Object Hierarchy:
Description:
[
CCode ( type_id =
"camel_stream_buffer_get_type ()" ) ]
public class StreamBuffer :
Stream,
Seekable
Content:
Creation methods:
Methods:
- public void discard_cache ()
Discards any cached data in the this
.
- public int gets (char[] buf, Cancellable? cancellable = null) throws Error
Read a line of characters up to the next newline character or
buf.length
-1 characters.
- public virtual void init (Stream stream, StreamBufferMode mode)
- public virtual void init_vbuf (Stream stream, StreamBufferMode mode, string buf, uint32 size)
- public string? read_line (Cancellable? cancellable = null) throws Error
This function reads a complete newline-terminated line from the stream
and returns it in allocated memory.
Inherited Members:
All known members inherited from class Camel.Stream
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref
All known members inherited from interface GLib.Seekable