+
BinaryReader
|
diff --git a/api/system-io.html b/api/system-io.html
index 6e0241d..f382e06 100644
--- a/api/system-io.html
+++ b/api/system-io.html
@@ -23,6 +23,224 @@
+
+
+
+
+
+
+
+
+
+abstract public class BaseTextReader
+
+
+
+
+
+-
+
Field Summary
+
+
+Modifier and Type |
+Field |
+
+
+
+
+TextBuilder |
+
+_output
+ |
+
+
+
+
+String |
+
+_newLineConstant
+ |
+
+
+
+
+IntNumber |
+
+_newLineLength
+ |
+
+
+
+
+
+
+-
+
Method Summary
+
+
+Modifier and Type |
+Method |
+
+
+
+
+String |
+
+readLine()
+
+ |
+
+
+
+
+WideString |
+
+readWideLine()
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+abstract public class BaseTextWriter
+
+
+
+
+
+-
+
Field Summary
+
+
+Modifier and Type |
+Field |
+
+
+
+
+TextBuilder |
+
+_buffer
+ |
+
+
+
+
+String |
+
+_newLineConstant
+ |
+
+
+
+
+IntNumber |
+
+_newLineLength
+ |
+
+
+
+
+
+
+-
+
Method Summary
+
+
+Modifier and Type |
+Method |
+
+
+
+
+ |
+
+write(String line)
+
+ |
+
+
+
+
+ |
+
+write(WideString line)
+
+ |
+
+
+
+
+ |
+
+writeLine(line)
+
+ |
+
+
+
+
+ |
+
+writeLine()
+
+ |
+
+
+
+
+
+
@@ -2254,12 +2472,18 @@ StreamWriter
+
+
-
@@ -2437,42 +2661,6 @@
TextReader
-
-
--
-
Field Summary
-
-
-Modifier and Type |
-Field |
-
-
-
-
-TextBuilder |
-
-_output
- |
-
-
-
-
-String |
-
-_newLineConstant
- |
-
-
-
-
-IntNumber |
-
-_newLineLength
- |
-
-
-
-
-
@@ -2539,7 +2727,7 @@
Method Summary
-String |
+abstract String
readLine()
@@ -2548,7 +2736,7 @@ Method Summary
|
-WideString |
+abstract WideString
readWideLine()
@@ -2585,12 +2773,18 @@ TextStreamReader
-
+
+
-
@@ -2784,42 +2978,6 @@
TextWriter
-
-
--
-
Field Summary
-
-
-Modifier and Type |
-Field |
-
-
-
-
-TextBuilder |
-
-_buffer
- |
-
-
-
-
-String |
-
-_newLineConstant
- |
-
-
-
-
-IntNumber |
-
-_newLineLength
- |
-
-
-
-
-
@@ -2887,34 +3045,34 @@
Method Summary
- |
+abstract
-writeLine(line)
+write(String line)
|
- |
+abstract
-write(String line)
+write(WideString line)
|
- |
+abstract
-write(WideString line)
+writeLine(line)
|
- |
+abstract
writeLine()
diff --git a/api/system-net.html b/api/system-net.html
index e38bd17..7dfca91 100644
--- a/api/system-net.html
+++ b/api/system-net.html
@@ -551,6 +551,46 @@ Constructor / Static Method Summary
+
+
+-
+
Static Property Summary
+
+
+Modifier and Type |
+Static Property |
+
+
+
+
+get Socket |
+
+Default()
+ |
+
+
+
+
+
+
+-
+
Property Summary
+
+
+Modifier and Type |
+Property |
+
+
+
+
+get BoolValue |
+
+isInvalid()
+ |
+
+
+
+
-
diff --git a/api/system-runtime-summary.html b/api/system-runtime-summary.html
index fb1c2aa..8a2f9c6 100644
--- a/api/system-runtime-summary.html
+++ b/api/system-runtime-summary.html
@@ -44,6 +44,15 @@
|
+GCHeapInfo
+ |
+
+
+public class GCHeapInfo
+ |
+
+
+
GCManager
|
@@ -51,6 +60,15 @@
public singleton GCManager
|
+
+
+GCStatistics
+ |
+
+
+public class GCStatistics
+ |
+
Package
diff --git a/api/system-runtime.html b/api/system-runtime.html
index 254f7c3..bc5f935 100644
--- a/api/system-runtime.html
+++ b/api/system-runtime.html
@@ -23,6 +23,62 @@
+
+
+
+
+
+
+
+
+
+public class GCHeapInfo
+
+
+
+
+
+
+
@@ -76,6 +132,104 @@ Method Summary
|
+
+
+
+GCStatistics |
+
+calcStatistics()
+
+ |
+
+
+
+
+ |
+
+resetStatistics()
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+public class GCStatistics
+
+
+
+
+
diff --git a/api/system-summary.html b/api/system-summary.html
index 42e64f5..4b94235 100644
--- a/api/system-summary.html
+++ b/api/system-summary.html
@@ -90,6 +90,15 @@
|
+BaseEnumerator
+ |
+
+
+abstract public class BaseEnumerator
+ |
+
+
+
BaseEnumerator<T1>
|
@@ -97,7 +106,7 @@
abstract public template BaseEnumerator<T1>
|
-
+
BaseExtender
|
@@ -106,7 +115,7 @@
public class BaseExtender
-
+
BaseIndexer
|
@@ -115,7 +124,7 @@
abstract public class BaseIndexer
-
+
BaseIndexer<T1>
|
@@ -124,7 +133,7 @@
abstract public template BaseIndexer<T1>
-
+
BaseLazyExpression
|
@@ -133,7 +142,7 @@
abstract public class BaseLazyExpression
-
+
BaseNumber
|
@@ -143,7 +152,7 @@
a base numeric value
-
+
BaseValue
|
@@ -153,7 +162,7 @@
a base value
-
+
BaseVariable
|
@@ -163,7 +172,7 @@
variable base class
-
+
BitArray
|
@@ -172,7 +181,7 @@
public class BitArray
-
+
BitArray32
|
@@ -181,7 +190,7 @@
public class BitArray32
-
+
BoolValue
|
@@ -191,7 +200,7 @@
a common boolean value
-
+
BoolValue#false
|
@@ -200,7 +209,7 @@
public singleton BoolValue#false
-
+
BoolValue#true
|
@@ -209,7 +218,7 @@
public singleton BoolValue#true
-
+
byteArrayConvertor
|
@@ -218,7 +227,7 @@
public singleton byteArrayConvertor
-
+
byteConvertor
|
@@ -227,7 +236,7 @@
public singleton byteConvertor
-
+
ByteNumber
|
@@ -237,7 +246,7 @@
an unsigned 8 bit integer
-
+
CallStack
|
@@ -247,7 +256,7 @@
A call stack
-
+
charConvertor
|
@@ -256,7 +265,7 @@
public singleton charConvertor
-
+
CharValue
|
@@ -266,7 +275,7 @@
An UTF-32 character symbol
-
+
ClassReference
|
@@ -275,7 +284,7 @@
public class ClassReference
-
+
Console
|
@@ -284,7 +293,7 @@
public class Console
-
+
COORD
|
@@ -293,7 +302,7 @@
public class COORD
-
+
CriticalException
|
@@ -302,7 +311,7 @@
public class CriticalException
-
+
DivisionByZeroException
|
@@ -311,7 +320,7 @@
public class DivisionByZeroException
-
+
Enumerable
|
@@ -320,7 +329,7 @@
abstract public class Enumerable
-
+
Enumerable<T1>
|
@@ -329,7 +338,7 @@
abstract public template Enumerable<T1>
-
+
Enumerator
|
@@ -339,7 +348,7 @@
An enumerator prototype
-
+
Enumerator<T1>
|
@@ -348,7 +357,7 @@
abstract public template Enumerator<T1>
-
+
Exception
|
@@ -358,7 +367,7 @@
A basic exception
-
+
Extension
|
@@ -367,7 +376,7 @@
public class Extension
-
+
ExtensionMessage
|
@@ -377,7 +386,7 @@
An extended message constant
-
+
ExtensionVariable
|
@@ -386,7 +395,7 @@
public class ExtensionVariable
-
+
FormatException
|
@@ -395,7 +404,7 @@
public class FormatException
-
+
Func
|
@@ -405,6 +414,15 @@
A base action
+
+
+Func<T1,T1,system'IntNumber>
+ |
+
+
+abstract public template Func<T1,T1,system'IntNumber>
+ |
+
Func<T1,T2>
@@ -1038,7 +1056,8 @@
|
-public class WideString
+public class WideString
+A UTF-16 literal value
|
diff --git a/api/system-text-summary.html b/api/system-text-summary.html
index 3de4a3e..7c2c149 100644
--- a/api/system-text-summary.html
+++ b/api/system-text-summary.html
@@ -53,6 +53,15 @@
|