copying fcgi code from https://github.com/NicolasPetton/fcgi
This commit is contained in:
@ -299,6 +299,10 @@ class(#byte) ByteArray(Array)
|
||||
{
|
||||
## TODO: is it ok for ByteArray to inherit from Array?
|
||||
|
||||
## method asByteString
|
||||
## {
|
||||
## }
|
||||
|
||||
method decodeToCharacter
|
||||
{
|
||||
## TODO: support other encodings. it only supports utf8 as of now.
|
||||
@ -319,6 +323,10 @@ class(#byte) ByteArray(Array)
|
||||
}
|
||||
}
|
||||
|
||||
class(#byte) ByteString(Array)
|
||||
{
|
||||
}
|
||||
|
||||
## -------------------------------------------------------------------------------
|
||||
|
||||
class OrderedCollection(SequenceableCollection)
|
||||
|
Reference in New Issue
Block a user