Class name | +Extended class name | Description |
---|---|---|
-BufferWriter +Object |
-public class BufferWriter
- |
-|
-ByteArrayReader - | -
-
-public class ByteArrayReader
- |
-|
-ByteArrayWriter - | -
-
-public class ByteArrayWriter
+Object
|
-public class BufferWriter
+Object
Modifier and Type | -Field | -
---|---|
-
-IntNumber |
-
-_position
- |
-
-
- |
-
-_buffer
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-internal |
-
-flush(BufferWriter bufferWriter, BinaryWriter externalWriter)
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get Object |
-
-Source()
- |
-
Modifier and Type | -Method | -
---|---|
-
- |
-
-close()
-
- |
-
-
-BoolValue |
-
-write(system'ByteNumber[] buffer, IntNumber length)
-
- |
-
-BoolValue
copyToStream(BinaryWriter externalWriter)
+writeString(String)
-public class ByteArrayReader
-Modifier and Type | -Field | -
---|---|
-
-system'ByteNumber[] |
-
-_buffer
- |
-
-IntNumber |
+extension Object
-_start
- |
-
-
-IntNumber |
-
-_end
- |
-
-
-Reference<system'IntNumber> |
-
-_position
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-ByteArrayReader |
-
-new(system'ByteNumber[] buffer, IntNumber start, IntNumber length)
-
- |
-
-
-ByteArrayReader |
-
-new(system'ByteNumber[] buffer)
+ |
Modifier and Type | -Property | -
---|---|
-
-get Object |
-
-Source()
- |
-
-
-get BoolValue |
-
-Available()
- |
-
Modifier and Type | -Method | -
---|---|
-
- |
-
-read(system'ByteNumber[] array, ref IntNumber actualLength)
-
- |
-
-
- |
-
-close()
-
- |
-
-public class ByteArrayWriter
-Modifier and Type | -Field | -
---|---|
-
-system'ByteNumber[] |
-
-_buffer
- |
-
-
-IntNumber |
-
-_start
- |
-
-
-IntNumber |
-
-_end
- |
-
-
-Reference<system'IntNumber> |
-
-_position
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-ByteArrayWriter |
-
-new(system'ByteNumber[] buffer, IntNumber start, IntNumber length)
-
- |
-
-
-ByteArrayWriter |
-
-new(system'ByteNumber[] buffer)
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get Object |
-
-Source()
- |
-
Modifier and Type | -Method | -
---|---|
-
- |
-
-close()
-
- |
-
-
-BoolValue |
-
-write(system'ByteNumber[] buffer, IntNumber length)
-
- |
-
-internal RandomGenerator
constructor()
+xtensions$$#constructor()
printWide(params Object[] list)
-
-
-
printWideLine(params Object[] list)
-
-
-
dispatch()
-public class String
-Modifier and Type | -Extension Method | -
---|---|
-
- |
-
-dispatch()
-
- |
-
-
- |
-
-interpolate(params Object[] args)
-
- |
-
Module | +Description | +
---|---|
+system'collections'threadsafe + | +
+
+Provides classes to work with thread-safe collections
+ |
+
-extensions'io +extensions'io(not yet migrated) |
@@ -492,7 +513,7 @@ |
-net(not yet migrated) +net |
@@ -544,6 +565,27 @@ |
Module | +Description | +
---|---|
+ltests + | +
+
+Provides classes to support unit tests
+ |
+
Class name | +Description | +
---|---|
+Array<T1> + | +
+
+public template Array<T1>
+ |
+
+BaseEnumerator<T1> + | +
+
+abstract public template BaseEnumerator<T1>
+ |
+
+BaseIndexer<T1> + | +
+
+abstract public template BaseIndexer<T1>
+ |
+
+Enumerable<T1> + | +
+
+abstract public template Enumerable<T1>
+ |
+
+Enumerator<T1> + | +
+
+abstract public template Enumerator<T1>
+ |
+
+Indexable<T1> + | +
+
+abstract public template Indexable<T1>
+ |
+
+Indexer<T1> + | +
+
+abstract public template Indexer<T1>
+ |
+
+List<T1> + | +
+
+public template List<T1>
+ |
+
+Queue<T1> + | +
+
+public template Queue<T1>
+ |
+
+Reference<T1> + | +
+
+public template Reference<T1>
+ |
+
+ThreadsafeQueue<T1> + | +
+
+public template ThreadsafeQueue<T1>
+ |
+
+public template Array<T1>
+Modifier and Type | +Field | +
---|---|
+
+ |
+
+array
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+ |
+
+copy(T1[] target, T1[] source, IntNumber index, IntNumber length)
+
+
+Copies a subarray from source starting at index to target
+ |
+
+
+ |
+
+copyTo(T1[] target, T1[] source, IntNumber index, IntNumber length)
+
+
+Copies a source array to target at index
+ |
+
+
+ |
+
+move(T1[] target, IntNumber index, IntNumber length, IntNumber offset)
+
+ |
+
+
+T1[] |
+
+allocate(IntNumber length)
+
+ |
+
+
+T1[] |
+
+copy(T1[] array, IntNumber index, IntNumber length)
+
+ |
+
Modifier and Type | +Static Property | +
---|---|
+
+get T1[] |
+
+Default()
+ |
+
+
+get T1[] |
+
+MinValue()
+ |
+
Modifier and Type | +Property | +
---|---|
+
+get IntNumber |
+
+Length()
+ |
+
Modifier and Type | +Conversion Method | +
---|---|
+
+Enumerable |
+
+cast()
+ |
+
Modifier and Type | +Method | +
---|---|
+
+Indexer<T1> |
+
+indexer()
+
+ |
+
+
+ |
+
+at(n)
+
+ |
+
+
+ |
+
+setAt(n, item)
+
+ |
+
+
+Enumerator<T1> |
+
+enumerator()
+
+ |
+
+
+T1 |
+
+at(IntNumber n)
+
+ |
+
+
+ |
+
+setAt(IntNumber n, T1 item)
+
+ |
+
+
+T1[] |
+
+add(T1[] a)
+
+ |
+
+
+T1[] |
+
+add(T1[] a, IntNumber length)
+
+ |
+
+
+T1[] |
+
+clone()
+
+ |
+
+abstract public template BaseEnumerator<T1>
+Modifier and Type | +Field | +
---|---|
+
+Reference<system'IntNumber> |
+
+index
+ |
+
+
+IntNumber |
+
+length
+ |
+
Modifier and Type | +Conversion Method | +
---|---|
+
+Enumerator |
+
+cast()
+ |
+
Modifier and Type | +Method | +
---|---|
+
+BoolValue |
+
+next()
+
+ |
+
+abstract public template BaseIndexer<T1>
+Modifier and Type | +Field | +
---|---|
+
+Reference<system'IntNumber> |
+
+index
+ |
+
+
+IntNumber |
+
+length
+ |
+
Modifier and Type | +Property | +
---|---|
+
+get BoolValue |
+
+Available()
+ |
+
+
+get IntNumber |
+
+Index()
+ |
+
+
+set |
+
+Index(IntNumber index)
+
+ |
+
+
+get IntNumber |
+
+Length()
+ |
+
Modifier and Type | +Conversion Method | +
---|---|
+
+Indexer |
+
+cast()
+ |
+
Modifier and Type | +Method | +
---|---|
+
+ |
+
+appendIndex(IntNumber offs)
+
+ |
+
+abstract public template Enumerable<T1>
+Modifier and Type | +Method | +
---|---|
+
+abstract Enumerator<T1> |
+
+enumerator()
+
+ |
+
+abstract public template Enumerator<T1>
+Modifier and Type | +Property | +
---|---|
+
+get abstract T1 |
+
+Value()
+
+Returns the current object
+ |
+
Modifier and Type | +Conversion Method | +
---|---|
+
+abstract Enumerator |
+
+cast()
+ |
+
Modifier and Type | +Method | +
---|---|
+
+abstract BoolValue |
+
+next()
+
+ |
+
+
+abstract |
+
+reset()
+
+ |
+
+
+abstract |
+
+enumerable()
+
+ |
+
+
+Enumerator<T1> |
+
+enumerator()
+
+ |
+
+abstract public template Indexable<T1>
+Modifier and Type | +Method | +
---|---|
+
+abstract Indexer<T1> |
+
+indexer()
+
+ |
+
+abstract public template Indexer<T1>
+Modifier and Type | +Property | +
---|---|
+
+get abstract BoolValue |
+
+Available()
+ |
+
+
+get abstract T1 |
+
+Value()
+ |
+
+
+set abstract |
+
+Value(T1 value)
+
+ |
+
+
+get abstract IntNumber |
+
+Index()
+ |
+
+
+set abstract |
+
+Index(IntNumber value)
+
+ |
+
+
+get abstract IntNumber |
+
+Length()
+ |
+
Modifier and Type | +Conversion Method | +
---|---|
+
+abstract Indexer |
+
+cast()
+ |
+
Modifier and Type | +Method | +
---|---|
+
+abstract |
+
+appendIndex(IntNumber index)
+
+ |
+
+public template List<T1>
+Modifier and Type | +Field | +
---|---|
+
+T1[] |
+
+_array
+ |
+
+
+Reference<system'IntNumber> |
+
+_length
+ |
+
+
+Reference<system'IntNumber> |
+
+_capacity
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+List<T1> |
+
+constructor(T1[] a)
+
+ |
+
+
+List<T1> |
+
+constructor(Enumerator<T1> e)
+
+ |
+
+
+List<T1> |
+
+constructor(IntNumber capacity)
+
+ |
+
+
+List<T1> |
+
+constructor()
+
+ |
+
+
+List<T1> |
+
+load(T1[] a, IntNumber index, IntNumber len)
+
+ |
+
Modifier and Type | +Property | +
---|---|
+
+get IntNumber |
+
+Length()
+ |
+
+
+get T1 |
+
+First()
+ |
+
+
+get T1[] |
+
+Value()
+ |
+
Modifier and Type | +Method | +
---|---|
+
+Enumerator<T1> |
+
+enumerator()
+
+ |
+
+
+T1 |
+
+at(IntNumber index)
+
+ |
+
+
+ |
+
+setAt(IntNumber index, T1 object)
+
+ |
+
+
+ |
+
+append(T1 object)
+
+ |
+
+
+ |
+
+appendRange(Enumerator<T1> e)
+
+ |
+
+
+ |
+
+insert(IntNumber index, T1 object)
+
+ |
+
+
+ |
+
+insert(T1 object)
+
+ |
+
+
+ |
+
+remove(IntNumber index)
+
+ |
+
+
+ |
+
+clear()
+
+ |
+
+
+ |
+
+trim(IntNumber pos)
+
+ |
+
+
+Indexer<T1> |
+
+indexer()
+
+ |
+
+
+ |
+
+clone()
+
+ |
+
+public template Queue<T1>
+Modifier and Type | +Field | +
---|---|
+
+List<T1> |
+
+_array
+ |
+
+
+Reference<system'IntNumber> |
+
+_top
+ |
+
+
+Reference<system'IntNumber> |
+
+_tale
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+Queue<T1> |
+
+constructor()
+
+ |
+
+
+Queue<T1> |
+
+allocate(IntNumber capacity)
+
+ |
+
Modifier and Type | +Property | +
---|---|
+
+get IntNumber |
+
+Length()
+ |
+
Modifier and Type | +Method | +
---|---|
+
+Enumerator<T1> |
+
+enumerator()
+
+ |
+
+
+BoolValue |
+
+isEmpty()
+
+ |
+
+
+BoolValue |
+
+isNotEmpty()
+
+ |
+
+
+ |
+
+push(T1 object)
+
+ |
+
+
+T1 |
+
+peek()
+
+ |
+
+
+T1 |
+
+pop()
+
+ |
+
+
+ |
+
+clear()
+
+ |
+
+public template Reference<T1>
+Modifier and Type | +Field | +
---|---|
+
+T1 |
+
+value
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+Reference<T1> |
+
+constructor(T1 val)
+
+
+Initializes a variable
+ |
+
Modifier and Type | +Property | +
---|---|
+
+get T1 |
+
+Value()
+
+Returns the variable value
+ |
+
+
+set |
+
+Value(T1 val)
+
+
+Set the variable value
+ |
+
Modifier and Type | +Conversion Method | +
---|---|
+
+T1 |
+
+cast()
+
+Returns the variable value
+ |
+
Modifier and Type | +Method | +
---|---|
+
+BoolValue |
+
+equal(o)
+
+
+Returns true if o is equal to the variable value; otherwise, false
+ |
+
+
+String |
+
+toPrintable()
+
+
+Returns the value string representation
+ |
+
+
+ |
+
+dispatch()
+
+ |
+
+public template ThreadsafeQueue<T1>
+Modifier and Type | +Field | +
---|---|
+
+Object |
+
+_sync
+ |
+
+
+List<T1> |
+
+_array
+ |
+
+
+Reference<system'IntNumber> |
+
+_top
+ |
+
+
+Reference<system'IntNumber> |
+
+_tale
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+ThreadsafeQueue<T1> |
+
+constructor()
+
+ |
+
Modifier and Type | +Property | +
---|---|
+
+get IntNumber |
+
+Length()
+ |
+
+
+get Queue<T1> |
+
+Snapshot()
+
+Returns a copy of the queue
+ |
+
Modifier and Type | +Method | +
---|---|
+
+ |
+
+push(T1 object)
+
+ |
+
+
+T1 |
+
+pop()
+
+ |
+
+
+ |
+
+clear()
+
+ |
+
-public class SortedArrayList
-Modifier and Type | -Field | -
---|---|
-
-system'collections'VarTuple<system'Object,system'Object>[] |
-
-_array
- |
-
-
-Reference<system'IntNumber> |
-
-_length
- |
-
-
-Reference<system'IntNumber> |
-
-_capacity
- |
-
-
-Func<system'Object,system'Object,system'IntNumber> |
-
-_comparator
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-SortedArrayList |
-
-constructor()
-
- |
-
-
-SortedArrayList |
-
-constructor(Func<system'Object,system'Object,system'IntNumber> comparator)
-
- |
-
-
-SortedArrayList |
-
-allocate(IntNumber capacity)
-
- |
-
-
-SortedArrayList |
-
-allocate(IntNumber capacity, Func<system'Object,system'Object,system'IntNumber> comparator)
-
- |
-
-
-SortedArrayList |
-
-allocate()
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get IntNumber |
-
-Length()
- |
-
Modifier and Type | -Method | -
---|---|
-
-Indexer |
-
-indexer()
-
- |
-
-
- |
-
-append(Object key, Object item)
-
- |
-
-
- |
-
-at(IntNumber index)
-
- |
-
-
- |
-
-setAt(IntNumber index, Object o)
-
- |
-
-
- |
-
-remove(IntNumber index)
-
- |
-
-
- |
-
-clear()
-
- |
-
-
- |
-
-trim(IntNumber pos)
-
- |
-
-
-Enumerator |
-
-enumerator()
-
- |
-
-public class SortedList
-Modifier and Type | -Field | -
---|---|
-
-SortedListItem |
-
-_top
- |
-
-
-Reference<system'IntNumber> |
-
-_length
- |
-
-
-Func<system'Object,system'Object,system'IntNumber> |
-
-_comparator
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-SortedList |
-
-new()
-
- |
-
-
-SortedList |
-
-new(Func<system'Object,system'Object,system'IntNumber> comparator)
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get IntNumber |
-
-Length()
- |
-
-
-get internal SortedListItem |
-
-FirstItem()
- |
-
Modifier and Type | -Method | -
---|---|
-
-Enumerator |
-
-enumerator()
-
- |
-
-
- |
-
-append(Object key, Object item)
-
- |
-
-
-Object |
-
-at(IntNumber index)
-
- |
-
-
- |
-
-setAt(IntNumber index, Object item)
-
- |
-
-
-IntNumber |
-
-indexOfKey(Object key)
-
- |
-
-
- |
-
-removeAt(IntNumber index)
-
- |
-
-
-Indexer |
-
-indexer()
-
- |
-
-public template SortedList<T1,T2>
-Modifier and Type | -Field | -
---|---|
-
-system'collections'VarTuple<T1,T2>[] |
-
-_array
- |
-
-
-Reference<system'IntNumber> |
-
-_length
- |
-
-
-Reference<system'IntNumber> |
-
-_capacity
- |
-
-
-Func<T1,T1,system'IntNumber> |
-
-_comparator
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-SortedList<T1,T2> |
-
-constructor()
-
- |
-
-
-SortedList<T1,T2> |
-
-constructor(Func<T1,T1,system'IntNumber> comparator)
-
- |
-
-
-SortedList<T1,T2> |
-
-allocate(IntNumber capacity)
-
- |
-
-
-SortedList<T1,T2> |
-
-allocate(IntNumber capacity, Func<T1,T1,system'IntNumber> comparator)
-
- |
-
-
-SortedList<T1,T2> |
-
-allocate()
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get IntNumber |
-
-Length()
- |
-
Modifier and Type | -Method | -
---|---|
-
-Enumerator<T2> |
-
-enumerator()
-
- |
-
-
- |
-
-append(T1 key, T2 item)
-
- |
-
-
-T2 |
-
-at(IntNumber index)
-
- |
-
-
- |
-
-setAt(IntNumber index, T2 o)
-
- |
-
-
- |
-
-remove(IntNumber index)
-
- |
-
-
- |
-
-clear()
-
- |
-
-
- |
-
-trim(IntNumber pos)
-
- |
-
-
-Indexer<T2> |
-
-indexer()
-
- |
-
-public class SortedListEnumerator
-Modifier and Type | -Field | -
---|---|
-
-SortedList |
-
-_list
- |
-
-
-SortedListItem |
-
-_current
- |
-
-
-BoolValue |
-
-_started
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-SortedListEnumerator |
-
-constructor(SortedList list)
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get |
-
-Value()
- |
-
Modifier and Type | -Method | -
---|---|
-
-BoolValue |
-
-next()
-
- |
-
-
- |
-
-reset()
-
- |
-
-
- |
-
-enumerable()
-
- |
-
-public class SortedListIndexer
-Modifier and Type | -Field | -
---|---|
-
-SortedList |
-
-_list
- |
-
-
-Reference<system'IntNumber> |
-
-_index
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-SortedListIndexer |
-
-constructor(SortedList list)
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get BoolValue |
-
-Available()
- |
-
-
-get |
-
-Value()
- |
-
-
-set |
-
-Value(value)
-
- |
-
-
-get IntNumber |
-
-Index()
- |
-
-
-set |
-
-Index(IntNumber value)
-
- |
-
-
-get IntNumber |
-
-Length()
- |
-
Modifier and Type | -Method | -
---|---|
-
- |
-
-appendIndex(IntNumber index)
-
- |
-
-public class WideString+public class WideString
-A UTF-16 literal value
-abstract public class BaseTextReader
+public class BinaryStreamWriter
-TextBuilder
_output
-
-String
_newLineConstant
-
-IntNumber
_newLineLength
+_stream
Modifier and Type | -Method | +Constructor / Static Method |
---|---|---|
-String |
-
-readLine()
-
- |
-|
-
-WideString |
+BinaryStreamWriter
-readWideLine()
+ |
|
-TextBuilder |
-
-_buffer
- |
-|
-
-String |
-
-_newLineConstant
- |
-|
-
-IntNumber |
-
-_newLineLength
- |
-
Modifier and Type | -Method | -
---|---|
-
- |
-
-write(String line)
-
- |
-
-
- |
-
-write(WideString line)
-
- |
-
-
- |
-
-writeLine(line)
-
- |
-
-
- |
+Stream
-writeLine()
-
+_stream
|
-abstract public class BinaryReader
-
-get abstract Object
Source()
-
-get abstract BoolValue
Available()
+Stream()
-abstract
read(system'ByteNumber[] array, ref IntNumber actualLength)
+close()
-abstract
close()
+write(system'ByteNumber[] array, IntNumber length)
read(system'ByteNumber[] array, IntNumber length)
+write(ByteNumber int)
read(ref ByteNumber int)
+write(ShortNumber n)
read(ref ShortNumber int)
+write(CharValue ch)
read(ref CharValue ch)
+write(IntNumber int)
read(ref IntNumber int)
+write(LongNumber long)
read(ref LongNumber long)
-
-
-
read(ref RealNumber real)
+write(RealNumber r)
-public class BinaryStreamReader
+public class ConsoleReader
-Stream
_stream
+h
-BinaryStreamReader
constructor(Stream stream)
+constructor(Handle h)
-get Object
Source()
-
get BoolValue
Available()
+KeyAvailable()
-
read(system'ByteNumber[] array, ref IntNumber actualLength)
+readLine()
-
close()
+readWideLine()
+
+
+CharValue
read()
-public class BinaryStreamWriter
+public class ConsoleWriter
-Stream
_stream
+h
-BinaryStreamWriter
constructor(Stream stream)
+constructor(Handle h)
Modifier and Type | -Property | -
---|---|
-
-get Object |
-
-Source()
- |
-
close()
+write(WideString s)
-BoolValue
write(system'ByteNumber[] array, IntNumber length)
-
-
-abstract public class BinaryWriter
-Modifier and Type | -Property | -
---|---|
-
-get abstract Object |
-
-Source()
- |
-
Modifier and Type | -Method | -
---|---|
-
-abstract |
-
-close()
-
- |
-
-
-abstract BoolValue |
-
-write(system'ByteNumber[] array, IntNumber length)
-
- |
-
-
-BoolValue |
-
-write(ByteNumber int)
-
- |
-
-
-BoolValue |
-
-write(ShortNumber n)
-
- |
-
-
-BoolValue |
-
-write(CharValue ch)
-
- |
-
-
-BoolValue |
-
-write(IntNumber int)
-
- |
-
-
-BoolValue |
-
-write(LongNumber long)
-
- |
-
-
-BoolValue |
-
-write(RealNumber r)
-
- |
-
-
-BoolValue |
-
-write(String s)
-
- |
-
-public class ConsoleReader
-Modifier and Type | -Field | -
---|---|
-
-Handle |
-
-h
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-ConsoleReader |
-
-constructor(Handle h)
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get BoolValue |
-
-KeyAvailable()
- |
-
Modifier and Type | -Method | -
---|---|
-
-String |
-
-readLine()
-
- |
-
-
-WideString |
-
-readWideLine()
-
- |
-
-
-CharValue |
-
-read()
-
- |
-
-public class ConsoleWriter
-Modifier and Type | -Field | -
---|---|
-
-Handle |
-
-h
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-ConsoleWriter |
-
-constructor(Handle h)
-
- |
-
Modifier and Type | -Method | -
---|---|
-
- |
-
-write(WideString s)
-
- |
-
-
- |
-
-write(String s)
-
- |
-
-
- |
-
-clear()
-
- |
-
-
- |
-
-setCursorPosition(IntNumber x, IntNumber y)
-
- |
-
-
- |
-
-refresh()
-
- |
-
-public class Directory
-Modifier and Type | -Field | -
---|---|
-
-String |
-
-_path
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-Directory |
-
-assign(String path)
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get BoolValue |
-
-Available()
- |
-
Modifier and Type | -Method | -
---|---|
-
-system'String[] |
-
-getFiles()
-
- |
-
-
-system'String[] |
-
-getFiles(String mask)
+ |
-create()
+ |
@@ -1183,7 +498,7 @@
-delete()
+ |
@@ -1192,20 +507,20 @@
Modifier and Type | -Conversion Method | -
---|---|
-
-String |
-
-cast()
- |
-
-
-WideString |
-
-cast()
- |
-
-TextReader
textreader()
-
-
-TextWriter
textwriter()
-
-
-TextWriter
logger()
-
-
-
saveContent(String content)
-
-
-String
readContent()
-
-
-WideString
readWideContent()
-
-
-
delete()
-
-
-public class FileEnumerator
-Modifier and Type | -Field | -
---|---|
-
-WIN32_FIND_DATA |
-
-ffd
- |
-
-
-Handle |
-
-hFind
- |
-
-
-BoolValue |
-
-open
- |
-
-
-WideString |
-
-mask
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-FileEnumerator |
-
-assign(String mask)
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get WIN32_FIND_DATA |
-
-Value()
- |
-
Modifier and Type | -Conversion Method | -
---|---|
-
-Enumerator |
+system'String[]
-cast()
- |
-
Modifier and Type | -Method | +
---|---|
-BoolValue |
+system'String[]
-next()
+ |
|
-reset()
+ |
|
-enumerable()
+ |
-Handle |
+String
-_handle
+_path
|
-FileStream
openForRead(path)
-
-
-FileStream
openForReWrite(path)
-
-
-FileStream
openForAppend(path)
-
-
-FileStream
openForEdit(path)
-
-
-FileStream
new(WideString path, IntNumber dwDesiredAccess, IntNumber dwShareMode, IntNumber dwCreationDisposition, IntNumber dwFlagsAndAttributes)
+assign(String path)
-get IntNumber
Length()
+Available()
-set
Length(IntNumber length)
-
+Length()
Modifier and Type | +Conversion Method | +
---|---|
-get IntNumber |
+String
-Index()
+cast()
|
-set |
+WideString
-Index(IntNumber index)
-
+cast()
|
-
read(system'ByteNumber[] dump, ref IntNumber retVal)
+textreader()
-
write(system'ByteNumber[] dump, IntNumber length)
+textwriter()
-
close()
+logger()
-public class IOException
-Modifier and Type | -Field | -
---|---|
-String |
+
-message
+saveContent(String content)
+
|
-CallStack |
+String
-callStack
+readContent()
+
|
Modifier and Type | -Constructor / Static Method | -
---|---|
-IOException |
+WideString
-new()
+ |
-IOException |
+
-new(String message)
+ |
-system'ByteNumber[] |
+WIN32_FIND_DATA
-_buffer
+ffd
|
-Reference<system'IntNumber> |
+Handle
-_used
+hFind
|
-Reference<system'IntNumber> |
+BoolValue
+
+open
+ |
+
+
+WideString |
-_capacity
+mask
|
-MemoryBuffer
allocate()
-
-
-MemoryBuffer
allocate(IntNumber length)
+assign(String mask)
-get system'ByteNumber[]
Value()
-get IntNumber
Length()
-Modifier and Type | -Method | +Conversion Method |
---|---|---|
- |
-
-write(IntNumber index, IntNumber length, system'ByteNumber[] array)
-
- |
-|
-
-IntNumber |
+Enumerator
-readInt32(IntNumber index)
-
+cast()
|
Modifier and Type | +Method | +
---|---|
- |
+BoolValue
-read(IntNumber index, IntNumber length, system'ByteNumber[] array)
+ |
-delete(IntNumber index, IntNumber length)
+ |
@@ -2022,7 +1007,7 @@
-clear()
+ |
@@ -2031,20 +1016,20 @@
-MemoryBuffer |
-
-_buffer
- |
-
-
-Reference<system'IntNumber> |
+Handle
-_position
+_handle
|
-MemoryStream
openForRead(path)
+
+
+FileStream
openForReWrite(path)
+
+
+FileStream
constructor()
+openForAppend(path)
-MemoryStream
constructor(MemoryBuffer buffer)
+openForEdit(path)
-MemoryStream
load(IntNumber index, IntNumber length, system'ByteNumber[] array)
+new(WideString path, IntNumber dwDesiredAccess, IntNumber dwShareMode, IntNumber dwCreationDisposition, IntNumber dwFlagsAndAttributes)
read(system'ByteNumber[] dump, ref IntNumber len)
+read(system'ByteNumber[] dump, ref IntNumber retVal)
+public class IOException
+Modifier and Type | +Field | +
---|---|
+
+String |
+
+message
+ |
+
+
+CallStack |
+
+callStack
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+IOException |
+
+new()
+
+ |
+
+
+IOException |
+
+new(String message)
+
+ |
+
+StreamWriter
new(String path, BoolValue appendMode)
+
+
-get Object
Source()
+Stream()
Modifier and Type | +Field | +
---|---|
+
+TextBuilder |
+
+_output
+ |
+
+
+String |
+
+_newLineConstant
+ |
+
+
+IntNumber |
+
+_newLineLength
+ |
+
-get abstract Object
Source()
+Stream()
-abstract String
readLine()
@@ -2736,7 +1862,7 @@
-abstract WideString
readWideLine()
@@ -2773,18 +1899,12 @@
-get Object
Source()
+Stream()
Modifier and Type | +Field | +
---|---|
+
+TextBuilder |
+
+_buffer
+ |
+
+
+String |
+
+_newLineConstant
+ |
+
+
+IntNumber |
+
+_newLineLength
+ |
+
-get abstract Object
Source()
+Stream()
-abstract
write(String line)
+writeLine(line)
-abstract
write(WideString line)
+write(String line)
-abstract
writeLine(line)
+write(WideString line)
-abstract
writeLine()
diff --git a/doc/api/system-math-summary.html b/doc/api/system-math-summary.html
index 83f469503..9008b2c20 100644
--- a/doc/api/system-math-summary.html
+++ b/doc/api/system-math-summary.html
@@ -47,35 +47,6 @@ Symbol name | -Description | -
---|---|
-E - | -
-
-E
- |
-
-Pi - | -
-
-Pi
- |
-
Modifier and Type | -Name | -
-
-public RealNumber |
-
-E
- |
-
---|
--
Modifier and Type | -Name | -
-
-public RealNumber |
-
-Pi
- |
-
---|
Symbol name | +Description | +
---|---|
+PROCESSOR_ARCHITECTURE_AMD64 + | +
+
+PROCESSOR_ARCHITECTURE_AMD64
+ |
+
+PROCESSOR_ARCHITECTURE_ARM + | +
+
+PROCESSOR_ARCHITECTURE_ARM
+ |
+
+PROCESSOR_ARCHITECTURE_ARM64 + | +
+
+PROCESSOR_ARCHITECTURE_ARM64
+ |
+
+PROCESSOR_ARCHITECTURE_IA64 + | +
+
+PROCESSOR_ARCHITECTURE_IA64
+ |
+
+PROCESSOR_ARCHITECTURE_INTEL + | +
+
+PROCESSOR_ARCHITECTURE_INTEL
+ |
+
+PROCESSOR_ARCHITECTURE_UNKNOWN + | +
+
+PROCESSOR_ARCHITECTURE_UNKNOWN
+ |
+
+public singleton Environment
+Modifier and Type | +Property | +
---|---|
+
+get IntNumber |
+
+ProcessorCount()
+ |
+
+
+get ProcessorType |
+
+ProcessorType()
+ |
+
+public class ProcessorType
+Modifier and Type | +Field | +
---|---|
+
+IntNumber |
+
+_value
+ |
+
++
Modifier and Type | +Name | +
+
+public IntNumber |
+
+PROCESSOR_ARCHITECTURE_AMD64
+ |
+
---|
++
Modifier and Type | +Name | +
+
+public IntNumber |
+
+PROCESSOR_ARCHITECTURE_ARM
+ |
+
---|
++
Modifier and Type | +Name | +
+
+public IntNumber |
+
+PROCESSOR_ARCHITECTURE_ARM64
+ |
+
---|
++
Modifier and Type | +Name | +
+
+public IntNumber |
+
+PROCESSOR_ARCHITECTURE_IA64
+ |
+
---|
++
Modifier and Type | +Name | +
+
+public IntNumber |
+
+PROCESSOR_ARCHITECTURE_INTEL
+ |
+
---|
++
Modifier and Type | +Name | +
+
+public IntNumber |
+
+PROCESSOR_ARCHITECTURE_UNKNOWN
+ |
+
---|
-public class StringBuilder
-Modifier and Type | -Field | -
---|---|
-
-system'ByteNumber[] |
-
-_buffer
- |
-
-
-Reference<system'IntNumber> |
-
-_length
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-StringBuilder |
-
-constructor()
-
- |
-
Modifier and Type | -Property | -
---|---|
-
-get IntNumber |
-
-Length()
- |
-
-
-get String |
-
-Value()
- |
-
Modifier and Type | -Method | -
---|---|
-
- |
-
-insert(index, o)
-
- |
-
-
- |
-
-write(CharValue ch)
-
- |
-
-
- |
-
-write(String s)
-
- |
-
-
- |
-
-wide(o)
-
- |
-
-
- |
-
-insert(IntNumber index, CharValue ch)
-
- |
-
-
- |
-
-insert(IntNumber index, String s)
-
- |
-
-
- |
-
-delete(IntNumber index, IntNumber length)
-
- |
-
CharValue
convertToChar(system'ByteNumber[] byteArray, IntNumber index, ref IntNumber chLen)
+convertToChar(system'ByteNumber[] byteArray, IntNumber index, ref IntNumber length)
-
toShortArray(CharValue ch, system'ShortNumber[] output, IntNumber outputIndex, ref IntNumber len)
-
-
IntNumber
getCharCount(WideString s)
@@ -1000,186 +811,6 @@ Method Summary
-
-
-
-
-
-system'text'
-WideStringBuilder
-
-
-
-
-
-
-public class WideStringBuilder
-
-
-
--
-system'Object
--
-
--
-system'text'WideStringBuilder
-
-
-
-
-
--
-
Field Summary
-
-
-Modifier and Type
-Field
-
-
-
-
-system'ShortNumber[]
-
-_buffer
-
-
-
-
-
-Reference<system'IntNumber>
-
-_length
-
-
-
-
-
-
-
--
-
Constructor / Static Method Summary
-
-
-Modifier and Type
-Constructor / Static Method
-
-
-
-
-WideStringBuilder
-
-constructor()
-
-
-
-
-
-
-
-
--
-
Property Summary
-
-
-Modifier and Type
-Property
-
-
-
-
-get IntNumber
-
-Length()
-
-
-
-
-
-get String
-
-Value()
-
-
-
-
-
-
-
--
-
Method Summary
-
-
-Modifier and Type
-Method
-
-
-
-
-
-
-insert(index, o)
-
-
-
-
-
-
-
-
-write(CharValue ch)
-
-
-
-
-
-
-
-
-write(WideString s)
-
-
-
-
-
-
-
-
-wide(o)
-
-
-
-
-
-
-
-
-insert(IntNumber index, CharValue ch)
-
-
-
-
-
-
-
-
-insert(IntNumber index, WideString s)
-
-
-
-
-
-
-
-
-delete(IntNumber index, IntNumber length)
-
-
-
-
-
-
-
-
diff --git a/doc/api/system-threading-summary.html b/doc/api/system-threading-summary.html
index 5568392cf..cfc793038 100644
--- a/doc/api/system-threading-summary.html
+++ b/doc/api/system-threading-summary.html
@@ -2,7 +2,7 @@
-ELENA Standard Library 6.0: Module system'threading
+ELENA Standard Library 6.3: Module system'threading
@@ -19,7 +19,7 @@
-ELENA Standard Library
6.0
+ELENA Standard Library
6.3
@@ -44,20 +44,20 @@
-public class Thread
+public class Semaphore
-ThreadHandle
_handle
-Thread
assign(Func f)
+create(IntNumber initValue, IntNumber maxValue)
start()
+close()
join()
+wait()
close()
+release()
-public singleton threadControl
+public class Thread
Modifier and Type | +Field | +
---|---|
+
+ThreadHandle |
+
+_handle
+ |
+
+
+Object |
+
+_startArg
+ |
+
Modifier and Type | +Constructor / Static Method | +
---|---|
+
+ |
+
+sleep(IntNumber milliseconds)
+
+ |
+
+
+Thread |
+
+assign(Func f)
+
+ |
+
+
+Thread |
+
+assign(Func f, IntNumber stackSize)
+
+ |
+
+
+Thread |
+
+assign(Func1 f)
+
+ |
+
+
+Thread |
+
+assign(Func1 f, IntNumber stackSize)
+
+ |
+
+
+internal Thread |
+
+current()
+
+ |
+
Modifier and Type | +Static Property | +
---|---|
+
+get Thread |
+
+Current()
+ |
+
Modifier and Type | +Property | +
---|---|
+
+get ThreadPriority |
+
+Priority()
+ |
+
+
+set |
+
+Priority(ThreadPriority value)
+
+ |
+
+
+get BoolValue |
+
+IsAlive()
+ |
+
sleep(IntNumber interval)
+start()
+
+
+
start(Object arg)
+
+
+
join()
+
+
+
join(IntNumber milliseconds)
+
+
+
close()
+
sleep(IntNumber interval)
+
+
+ThreadHandle
constructor()
+
+
+ThreadHandle
constructor(Object f)
+
+
ThreadHandle
constructor(Func f)
+constructor(Object f, IntNumber stackSize)
+ThreadPriority
getPriority()
+
+
+
setPriority(ThreadPriority priority)
+
+
start()
@@ -294,6 +526,15 @@ Method Summary
+BoolValue
+
+checkIfAlive()
+
+
+
+
+
+
close()
@@ -305,36 +546,410 @@ Method Summary
-
+
-
+
system'threading'
-INFINITE
+ThreadPool
-
+public class ThreadPool
-
+
+-
+system'Object
+-
+
+-
+system'threading'ThreadPool
+
+
+
+
-
-
Symbol Summary
+Constructor / Static Method Summary
Modifier and Type
-Name
+Constructor / Static Method
+
-public IntNumber
+private
-INFINITE
+function:#class_init()
+
+
+
+
+
+
+
+
+queueAction(Func f)
+
+
+
+
+
+
+
+
+queueAction(Func1 f, Object arg)
+
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+ThreadPriority
+
+
+
+
+
+
+public class ThreadPriority
+
+
+
+-
+system'Object
+-
+
+-
+system'threading'ThreadPriority
+
+
+
+
+
+-
+
Field Summary
+
+
+Modifier and Type
+Field
+
+
+
+
+IntNumber
+
+_value
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+INFINITE
+
+
+
+
+
+
+
+
+
+
+
+-
+
Symbol Summary
+
+
+Modifier and Type
+Name
+
+
+
+public IntNumber
+
+INFINITE
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+THREAD_PRIORITY_ABOVE_NORMAL
+
+
+
+
+
+
+
+
+
+
+
+-
+
Symbol Summary
+
+
+Modifier and Type
+Name
+
+
+
+public IntNumber
+
+THREAD_PRIORITY_ABOVE_NORMAL
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+THREAD_PRIORITY_BELOW_NORMAL
+
+
+
+
+
+
+
+
+
+
+
+-
+
Symbol Summary
+
+
+Modifier and Type
+Name
+
+
+
+public IntNumber
+
+THREAD_PRIORITY_BELOW_NORMAL
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+THREAD_PRIORITY_HIGHEST
+
+
+
+
+
+
+
+
+
+
+
+-
+
Symbol Summary
+
+
+Modifier and Type
+Name
+
+
+
+public IntNumber
+
+THREAD_PRIORITY_HIGHEST
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+THREAD_PRIORITY_LOWEST
+
+
+
+
+
+
+
+
+
+
+
+-
+
Symbol Summary
+
+
+Modifier and Type
+Name
+
+
+
+public IntNumber
+
+THREAD_PRIORITY_LOWEST
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+THREAD_PRIORITY_NORMAL
+
+
+
+
+
+
+
+
+
+
+
+-
+
Symbol Summary
+
+
+Modifier and Type
+Name
+
+
+
+public IntNumber
+
+THREAD_PRIORITY_NORMAL
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+WAIT_OBJECT_0
+
+
+
+
+
+
+
+
+
+
+
+-
+
Symbol Summary
+
+
+Modifier and Type
+Name
+
+
+
+public IntNumber
+
+WAIT_OBJECT_0
+
+
+
+
+
+
+
+
+
+
+
+
+system'threading'
+WAIT_TIMEOUT
+
+
+
+
+
+
+
+
+
+
+
+-
+
Symbol Summary
+
+
+Modifier and Type
+Name
+
+
+
+public IntNumber
+
+WAIT_TIMEOUT
@@ -353,7 +968,7 @@ Symbol Summary
-ELENA Standard Library
6.0
+ELENA Standard Library
6.3
diff --git a/doc/api/system-winforms-summary.html b/doc/api/system-winforms-summary.html
index 1dc1bce83..3228c9fe1 100644
--- a/doc/api/system-winforms-summary.html
+++ b/doc/api/system-winforms-summary.html
@@ -2,7 +2,7 @@
-ELENA Standard Library 6.0: Module system'winforms
+ELENA Standard Library 6.3: Module system'winforms
@@ -19,7 +19,7 @@
-ELENA Standard Library
6.0
+ELENA Standard Library
6.3
@@ -923,7 +923,7 @@
-ELENA Standard Library
6.0
+ELENA Standard Library
6.3
diff --git a/doc/api/system-winforms.html b/doc/api/system-winforms.html
index 0a6ad44f9..6f05883c5 100644
--- a/doc/api/system-winforms.html
+++ b/doc/api/system-winforms.html
@@ -2,7 +2,7 @@
-ELENA Standard Library 6.0: Module system'winforms
+ELENA Standard Library 6.3: Module system'winforms
@@ -19,7 +19,7 @@
-ELENA Standard Library
6.0
+ELENA Standard Library
6.3
@@ -4662,7 +4662,7 @@ Symbol Summary
-ELENA Standard Library
6.0
+ELENA Standard Library
6.3
diff --git a/doc/api/system.html b/doc/api/system.html
index 5e67e887b..7df9a25d1 100644
--- a/doc/api/system.html
+++ b/doc/api/system.html
@@ -373,8 +373,6 @@ Constructor / Static Method Summary
copy(T1[] target, T1[] source, IntNumber index, IntNumber length)
-
-Copies a subarray from source starting at index to target
@@ -384,8 +382,6 @@ Constructor / Static Method Summary
copyTo(T1[] target, T1[] source, IntNumber index, IntNumber length)
-
-Copies a source array to target at index
@@ -889,89 +885,6 @@ Method Summary
-
-
-
-
-
-system'
-BaseEnumerator
-
-
-
-
-
-
-abstract public class BaseEnumerator
-
-
-
--
-system'Object
--
-
--
-system'Enumerator
--
-
--
-system'BaseEnumerator
-
-
-
-
-
-
-
--
-
Field Summary
-
-
-Modifier and Type
-Field
-
-
-
-
-Reference<system'IntNumber>
-
-index
-
-
-
-
-
-IntNumber
-
-length
-
-
-
-
-
-
-
--
-
Method Summary
-
-
-Modifier and Type
-Method
-
-
-
-
-BoolValue
-
-next()
-
-
-
-
-
-
-
-
@@ -4420,34 +4333,16 @@ Extension Summary
BoolValue
-isNewLine()
-
-
-
-
-
-
-BoolValue
-
isWhitespace()
-
-
-
-BoolValue
-
-isDigit()
-
-
-
BoolValue
-isLetter()
+isDigit()
@@ -4623,9 +4518,9 @@ Constructor / Static Method Summary
-internal Console
+Console
-constructor(IConsoleReader reader, IConsoleWriter writer)
+ystem$$#constructor(IConsoleReader reader, IConsoleWriter writer)
@@ -4668,8 +4563,6 @@ Method Summary
write(s)
-
-Writes the specified literal value to the standard output stream.
writeLine(s)
-readChar()
-
-WideString
readWideLine()
-
-Value()
--public class Exception+public class Exception
-A basic exception
toPrintable()
-
-abstract public template Func<T1,T1,system'IntNumber>
-Modifier and Type | -Conversion Method | -
---|---|
-
-Func2 |
-
-cast()
- |
-
Modifier and Type | -Method | -
---|---|
-
-abstract IntNumber |
-
-function(T1 arg1, T1 arg2)
-
- |
-
Handle
loadDirty(IntNumber value)
-
-
-Handle
constructor()
Handle
-abstract
refresh()
-
-
-IntNumber
constructor(UShortNumber s)
-
-
-get property ShortNumber
High()
-
-get property ShortNumber
Low()
-
-get property IntNumber
Hashcode()
-
-get property LongNumber
Absolute()
-
LongNumber
power(LongNumber y)
@@ -10828,22 +10573,6 @@ Extension Summary
-get property IntNumber
High()
-
-get property IntNumber
Low()
--public class Message+public class Message
-A message constant
equalReference(Object o)
-
-
__getParentClass()
-
-
-
__getParent()
-
-
-BoolValue
safeEqual(Object o)
-
-BoolValue
isNil()
-
-
doWith(Object action)
BoolValue
-BoolValue
subsetOf(Object type)
-
-
-BoolValue
isLiteral()
-
-
-BoolValue
isInteger()
-
-
-BoolValue
isNumber()
-
-
Array
Subarray(IntNumber index, IntNumber length)
RealNumber
round(IntNumber precision)
-
-
-RealNumber
truncate(IntNumber precision)
get property RealNumber
Radian()
get property RealNumber
Degree()
BoolValue
BoolValue
BoolValue
BoolValue
-public class StartUpEvents
-Modifier and Type | -Field | -
---|---|
-
-EventHandler<system'Func> |
-
-OnStop
- |
-
-
-EventHandler<system'Func1> |
-
-OnError
- |
-
Modifier and Type | -Constructor / Static Method | -
---|---|
-
-internal StartUpEvents |
-
-constructor()
-
- |
-
Modifier and Type | -Method | -
---|---|
-
-internal |
-
-stopping()
-
- |
-
-
-internal |
-
-handlingError(e)
-
- |
-
-String
replaceFirst(String replacee, String replacer)
-
-
-get property IntNumber
Hashcode()
-
UIntNumber
sqr()
UIntNumber
UIntNumber
UIntNumber
UIntNumber
RealNumber
BoolValue
BoolValue
BoolValue
BoolValue
BoolValue
BoolValue
cast()
-RealNumber
cast()
-
-UShortNumber
convert(IntNumber n)
-
--public class WideString+public class WideString
-A UTF-16 literal value
Modifier and Type | -Extension Method | -
---|---|
-
-WideString |
-
-Substring(IntNumber index)
-
- |
-
-
-IntNumber |
-
-indexOf(WideString s)
-
- |
-
-
-IntNumber |
-
-indexOf(CharValue ch)
-
- |
-
-
-get property IntNumber |
-
-Hashcode()
- |
-
-
-BoolValue |
-
-isEmpty()
-
- |
-
-
-BoolValue |
-
-isNonempty()
-
- |
-
-
-WideString |
-
-padLeft(IntNumber length)
-
- |
-
-
-WideString |
-
-padLeft(CharValue ch, IntNumber length)
-
- |
-
-
-WideString |
-
-padRight(IntNumber length)
-
- |
-
-
-WideString |
-
-padRight(CharValue ch, IntNumber length)
-
- |
-
-
-BoolValue |
-
-startingWith(WideString s)
-
- |
-
-
-BoolValue |
-
-endingWith(WideString s)
-
- |
-
-
-BoolValue |
-
-containing(WideString s)
-
- |
-
-
-WideString |
-
-trimLeft(CharValue ch)
-
- |
-
-
-WideString |
-
-trimLeft()
-
- |
-
-
-WideString |
-
-trimRight(CharValue ch)
-
- |
-
-
-WideString |
-
-trimRight()
-
- |
-
-
-WideString |
-
-trim(CharValue ch)
-
- |
-
-
-WideString |
-
-trim()
-
- |
-
-
-WideString |
-
-replace(WideString replacee, WideString replacer)
-
- |
-
-
-WideString |
-
-replaceFirst(WideString replacee, WideString replacer)
-
- |
-
--
Modifier and Type | -Name | -
-
-public StartUpEvents |
-
-startUpEvents
- |
-
---|