Uses of Class
org.apache.poi.EmptyFileException
Packages that use EmptyFileException
Package
Description
Top-level util package are classes that are useful throughout the project.
-
Uses of EmptyFileException in org.apache.poi.util
Methods in org.apache.poi.util that throw EmptyFileExceptionModifier and TypeMethodDescriptionstatic byte[]
IOUtils.peekFirst8Bytes
(InputStream stream) Peeks at the first 8 bytes of the stream.static byte[]
IOUtils.peekFirstNBytes
(InputStream stream, int limit) Peeks at the first N bytes of the stream.