|
Module SerializationThis module is undocumented. This is a list of its definitions. ioSize :: IO a => a -> <Proc> Integer ioSizeLength :: Integer -> Integer ioSizeString :: String -> Integer read :: IO a => InputStream -> <Proc> a readAllByteArray :: InputStream -> <Proc> Vector Byte readAllString :: InputStream -> <Proc> String readBoolean :: InputStream -> <Proc> Boolean readByte :: InputStream -> <Proc> Byte readByteArray :: IO a => Vector Byte -> a readCharacter :: InputStream -> <Proc> Character readDouble :: InputStream -> <Proc> Double readDoubleArray :: InputStream -> <Proc> Vector Double readFloat :: InputStream -> <Proc> Float readInteger :: InputStream -> <Proc> Integer readLength :: InputStream -> <Proc> Integer readLong :: InputStream -> <Proc> Long readShort :: InputStream -> <Proc> Short readString :: InputStream -> <Proc> String write :: IO a => OutputStream -> a -> <Proc> () writeBoolean :: OutputStream -> Boolean -> <Proc> () writeByte :: OutputStream -> Byte -> <Proc> () writeByteArray :: IO a => a -> Vector Byte writeCharacter :: OutputStream -> Character -> <Proc> () writeDouble :: OutputStream -> Double -> <Proc> () writeDoubleArray :: OutputStream -> Vector Double -> <Proc> () writeFloat :: OutputStream -> Float -> <Proc> () writeInteger :: OutputStream -> Integer -> <Proc> () writeLength :: OutputStream -> Integer -> <Proc> () writeLong :: OutputStream -> Long -> <Proc> () writeShort :: OutputStream -> Short -> <Proc> () writeString :: OutputStream -> String -> <Proc> () |