import Io.Utility import Io.Path, Stack(Bit), Queue(string)
The Io.Utility class has a bunch of type declarations used throughout the Basis library.
io/crc/Crc.Word Compute a 32 bit CRC checksum. io/log/Message.Log Manage a single log file. io/serialize/Serialize.Primitive Serialize and deserialize primitive types. io/clip/Text.Clip Manage the state of a system clipboard.
Crc( Data string, Prior=-1 word ) ==> Crc word Crc( Data cell, Prior=-1 word ) ==> Crc word Crc( Data word, Prior=-1 word ) ==> Crc word Crc( Data parcel, Prior=-1 word ) ==> Crc word Crc( Data byte, Prior=-1 word ) ==> Crc word OPEN.LOG entry File string, entry Silent=0 Bit, Append=0 Bit CLOSE.LOG RESET.SILENT entry Silent=0 Bit APPEND.LOG entry File string, entry Message="" string, entry Silent=0 Bit PRINT.LOG entry Message="" string, entry More=0 Bit PRINT.ERROR entry Message="" string POST.LOG exit Status byte pure Serialize( String ) ==> Serial string Serialize( Cell ) ==> Serial string Serialize( Word ) ==> Serial string Serialize( Parcel ) ==> Serial string Serialize( Byte ) ==> Serial string Serialize( Double ) ==> Serial string Serialize( Single ) ==> Serial string DESERIALIZE exit String, entry Serial string DESERIALIZE exit Cell, entry Serial string DESERIALIZE exit Word, entry Serial string DESERIALIZE exit Parcel, entry Serial string DESERIALIZE exit Byte, entry Serial string DESERIALIZE exit Single, entry Serial string DESERIALIZE exit Double, entry Serial string GET.TEXT.LINE exit Text string INSERT_TEXT_CLIP entry Clip[*] byte COPY_TEXT_CLIP exit Clip[*] byte