Example #1
0
        /// <exception cref="System.IO.IOException"></exception>
        /// <exception cref="java.lang.ClassNotFoundException"></exception>
        private void readObject(java.io.ObjectInputStream stream)
        {
            stream.defaultReadObject();
            char inSeparator = stream.readChar();

            this.path = fixSlashes(path.Replace(inSeparator, separatorChar));
        }