unpack

O(n) Converts a ByteString to a [Word8].
O(n) Converts a ByteString to a String.
O(n) Converts a ByteString to a '[Word8]'.
O(n). Convert a ShortByteString into a list.
O(n) Convert a Text into a String.
Unpack an OsPath to a list of OsChar.
Unpack a platform string to a list of platform words.
Unpack a platform string to a list of platform words.
Un-pack a bytearray into a list of bytes
Un-pack a bytearray into a list of bytes
Create local files and directories based on the entries of a tar archive. This is a portable implementation of unpacking suitable for portable archives. It handles NormalFile and Directory entries and has simulated support for SymbolicLink and HardLink entries. Links are implemented by copying the target file. This therefore works on Windows as well as Unix. All other entry types are ignored, that is they are not unpacked and no exception is raised. If the Entries ends in an error then it is raised an an exception. Any files or directories that have been unpacked before the error was encountered will not be deleted. For this reason you may want to unpack into an empty directory so that you can easily clean up if unpacking fails part-way. On its own, this function only checks for security (using checkEntrySecurity). Use unpackAndCheck if you need more checks.
O(n) Convert a Text into a String. Subject to fusion.
Synonym for otoList
Convert ShortText into a list of Chars. This is an alias for toString.
(pack . unpack) t == t
Improper lens from packed ByteStrings to unpacked Word8s
O(n) Converts a packed byte stream into a stream of individual bytes.
Given a stream of bytes, produce a vanilla Stream of characters.
O(n) Convert a ShortText into a String.
O(n) Convert a JSString into a String. Subject to fusion.