Uses of Class
com.microsoft.tfs.core.memento.MementoException

Packages that use MementoException
com.microsoft.tfs.core.memento   
 

Uses of MementoException in com.microsoft.tfs.core.memento
 

Methods in com.microsoft.tfs.core.memento that throw MementoException
static XMLMemento XMLMemento.read(java.io.InputStream inputStream, java.lang.String encoding)
          Reads an XMLMemento from the next XML element in the given given InputStream in the encoding specified as XMLMemento.DEFAULT_ENCODING.
 void XMLMemento.write(java.io.OutputStream outputStream, java.lang.String encoding)
          Writes this XMLMemento as an XML element (with child elements for child Mementos) to the specified OutputStream.
 



© 2015 Microsoft. All rights reserved.