dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
LineStream.this
dlangui
core
linestream
LineStream
Open file with known encoding
this
(InputStream stream, string filename, EncodingType encoding, ubyte[] buf, uint offset, uint len)
class
LineStream
protected
this
(
InputStream
stream
,
string
filename
,
EncodingType
encoding
,
ubyte
[]
buf
,
uint
offset
,
uint
len
)
this
()
Meta
Source
See Implementation
dlangui
core
linestream
LineStream
constructors
this
enums
ErrorCodes
functions
appendedText
consumedBytes
decodeText
invalidCharError
readBytes
readLine
reserveTextBuf
setError
properties
encoding
errorCode
errorLine
errorMessage
errorPos
filename
line
textFormat
static functions
create
static variables
BYTE_BUFFER_SIZE
LINE_POSITION_UNDEFINED
QUARTER_BYTE_BUFFER_SIZE
TEXT_BUFFER_SIZE
variables
_bomDetected
_crCount
_crlfCount
_lfCount
invalidCharFlag
Open file with known encoding