Package com.poiji.bind
Interface PropertyUnmarshaller
-
- All Known Implementing Classes:
HSSFPropertyFile,HSSFPropertyStream
public interface PropertyUnmarshallerCreated by hakan on 25.05.2020
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TreturnFromEncryptedFile(java.lang.Class<T> type)<T> TreturnFromExcelFile(java.lang.Class<T> type)<T> Tunmarshal(java.lang.Class<T> type)
-