gio-2.0 Reference Manual

Synopsis

public class DataOutputStream : FilterOutputStream  {
    public    weak DataStreamByteOrder  byte_order                { get; set; } ;


    public                              DataOutputStream          ( OutputStream        base_stream ) ;


    public    DataStreamByteOrder       get_byte_order            (  ) ;
    public    bool                      put_byte                  ( uchar               data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    bool                      put_int16                 ( short               data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    bool                      put_int32                 ( int                 data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    bool                      put_int64                 ( int64               data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    bool                      put_string                ( string              str,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    bool                      put_uint16                ( ushort              data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    bool                      put_uint32                ( uint                data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    bool                      put_uint64                ( uint64              data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;
    public    void                      set_byte_order            ( DataStreamByteOrder order ) ;
}

DataOutputStream Description

Details

Constructor Details

DataOutputStream ()
    public                              DataOutputStream          ( OutputStream        base_stream ) ;		

Field Details

Signal Details

Property Details

byte_order
    public    weak DataStreamByteOrder  byte_order                { get; set; } ;		

Method Details

get_byte_order ()
    public    DataStreamByteOrder       get_byte_order            (  ) ;		

put_byte ()
    public    bool                      put_byte                  ( uchar               data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

put_int16 ()
    public    bool                      put_int16                 ( short               data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

put_int32 ()
    public    bool                      put_int32                 ( int                 data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

put_int64 ()
    public    bool                      put_int64                 ( int64               data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

put_string ()
    public    bool                      put_string                ( string              str,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

put_uint16 ()
    public    bool                      put_uint16                ( ushort              data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

put_uint32 ()
    public    bool                      put_uint32                ( uint                data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

put_uint64 ()
    public    bool                      put_uint64                ( uint64              data,
                                                                    Cancellable?        cancellable ) 
                                                             throws GLib.Error;		

set_byte_order ()
    public    void                      set_byte_order            ( DataStreamByteOrder order ) ;		


Created by Valadoc