public class RevisionReader extends Object
Constructor and Description |
---|
RevisionReader() |
Modifier and Type | Method and Description |
---|---|
static OneNoteOnlineRevisionStore |
readRevisionOneNoteOnline(com.aspose.ms.System.IO.Stream stream) |
static RevisionStore |
tryReadRevision2010(com.aspose.ms.System.IO.Stream stream)
Reads
RevisionStore from the stream. |
static RevisionStore |
tryReadRevision2010(com.aspose.ms.System.IO.Stream stream,
String revisionPassword)
Reads
RevisionStore from the stream. |
public static RevisionStore tryReadRevision2010(com.aspose.ms.System.IO.Stream stream)
Reads RevisionStore
from the stream. In case of any reading problems, returns null.
public static RevisionStore tryReadRevision2010(com.aspose.ms.System.IO.Stream stream, String revisionPassword)
Reads RevisionStore
from the stream. In case of any reading problems, returns null.
public static OneNoteOnlineRevisionStore readRevisionOneNoteOnline(com.aspose.ms.System.IO.Stream stream)
Copyright (c) 2016 Aspose. All Rights Reserved.