public class DataInputStream : BufferedInputStream {
public weak DataStreamByteOrder byte_order { get; set; } ;
public weak DataStreamNewlineType newline_type { get; set; } ;
public DataInputStream ( InputStream base_stream ) ;
public DataStreamByteOrder get_byte_order ( ) ;
public DataStreamNewlineType get_newline_type ( ) ;
public uchar read_byte ( Cancellable? cancellable )
throws GLib.Error;
public short read_int16 ( Cancellable? cancellable )
throws GLib.Error;
public int read_int32 ( Cancellable? cancellable )
throws GLib.Error;
public int64 read_int64 ( Cancellable? cancellable )
throws GLib.Error;
public weak string read_line ( ulong length,
Cancellable? cancellable )
throws GLib.Error;
public ushort read_uint16 ( Cancellable? cancellable )
throws GLib.Error;
public uint read_uint32 ( Cancellable? cancellable )
throws GLib.Error;
public uint64 read_uint64 ( Cancellable? cancellable )
throws GLib.Error;
public weak string read_until ( string stop_chars,
ulong length,
Cancellable? cancellable )
throws GLib.Error;
public void set_byte_order ( DataStreamByteOrder order ) ;
public void set_newline_type ( DataStreamNewlineType type ) ;
}

public DataInputStream ( InputStream base_stream ) ;
public weak DataStreamByteOrder byte_order { get; set; } ;
public weak DataStreamNewlineType newline_type { get; set; } ;
public DataStreamByteOrder get_byte_order ( ) ;
public DataStreamNewlineType get_newline_type ( ) ;
public uchar read_byte ( Cancellable? cancellable )
throws GLib.Error;
public short read_int16 ( Cancellable? cancellable )
throws GLib.Error;
public int read_int32 ( Cancellable? cancellable )
throws GLib.Error;
public int64 read_int64 ( Cancellable? cancellable )
throws GLib.Error;
public weak string read_line ( ulong length,
Cancellable? cancellable )
throws GLib.Error;
public ushort read_uint16 ( Cancellable? cancellable )
throws GLib.Error;
public uint read_uint32 ( Cancellable? cancellable )
throws GLib.Error;
public uint64 read_uint64 ( Cancellable? cancellable )
throws GLib.Error;
public weak string read_until ( string stop_chars,
ulong length,
Cancellable? cancellable )
throws GLib.Error;
public void set_byte_order ( DataStreamByteOrder order ) ;
public void set_newline_type ( DataStreamNewlineType type ) ;
Created by Valadoc