internal static bool IsCompoundDocument(MemoryStream ms) { return(CompoundDocumentFile.IsCompoundDocument(ms)); }
internal static bool IsCompoundDocument(FileInfo fi) { return(CompoundDocumentFile.IsCompoundDocument(fi)); }