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

public DataOutputStream ( OutputStream base_stream ) ;
public weak DataStreamByteOrder byte_order { get; set; } ;
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 ) ;
Created by Valadoc