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