dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
LineStream.create
dlangui
core
linestream
LineStream
Factory method for string parser
LineStream
create
(string code, string filename)
class
LineStream
static
LineStream
create
(
string
code
,
string
filename
= ""
)
LineStream
create
(InputStream stream, string filename, bool autodetectUTFIfNoBOM)
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
Factory method for string parser