Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gDataInputStreamSetNewlineType

gDataInputStreamSetNewlineType


Description

Sets the newline type for the stream.

Usage

gDataInputStreamSetNewlineType(object, type)

Arguments

object

a GDataInputStream.

type

the type of new line return as GDataStreamNewlineType.

Details

Note that using G_DATA_STREAM_NEWLINE_TYPE_ANY is slightly unsafe. If a read chunk ends in "CR" we must read an additional byte to know if this is "CR" or "CR LF", and this might block if there is no more data availible.

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.