| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.CPIO
Documentation
Constructors
| Entry | |
Fields
| |
data FormatError #
Constructors
| TruncatedArchive | |
| InvalidMagic ByteString | |
| InvalidHex ByteString |
Instances
| Show FormatError # | |
Defined in Data.CPIO Methods showsPrec :: Int -> FormatError -> ShowS # show :: FormatError -> String # showList :: [FormatError] -> ShowS # | |
| Exception FormatError # | |
Defined in Data.CPIO Methods toException :: FormatError -> SomeException # fromException :: SomeException -> Maybe FormatError # displayException :: FormatError -> String # | |
isEntryDirectory :: Entry -> Bool #