Valadoc
|
Vala
|
Tutorial
|
API-References
|
Markup
Packages
libgsf-1
Gsf
OutputCsv
eol
quote
quoting_mode
quoting_on_whitespace
quoting_triggers
separator
sink
OutputCsv
write_eol
write_field
buf
eol_len
fields_on_line
quote_len
separator_len
OutputCsv
Object Hierarchy:
Description:
public
class
OutputCsv
:
Output
Namespace:
Gsf
Package:
libgsf-1
Content:
Properties:
public
string
eol
{
construct
set
;
owned
get
; }
public
string
quote
{
construct
set
;
owned
get
; }
public
OutputCsvQuotingMode
quoting_mode
{
construct
set
;
get
; }
public
bool
quoting_on_whitespace
{
set
;
get
; }
public
string
quoting_triggers
{
set
;
owned
get
; }
public
string
separator
{
construct
set
;
owned
get
; }
public
Output
sink
{
set
;
owned
get
; }
Creation methods:
protected
OutputCsv
()
Methods:
public
bool
write_eol
()
public
bool
write_field
(
string
field,
size_t
len)
Fields:
public
unowned
StringBuilder
buf
public
size_t
eol_len
public
bool
fields_on_line
public
size_t
quote_len
public
size_t
separator_len