Fanx.Fcode.FStore.close C# (CSharp) 메소드

close() 공개 메소드

Close this FStore, which should release all file locks on the pod file. This method exists for testing purposes, and should not otherwise be used.
public close ( ) : void
리턴 void
        public void close()
        {
            zipFile.Close();
        }