コード例 #1
0
//JAVA TO C# CONVERTER WARNING: Method 'throws' clauses are not available in C#:
//ORIGINAL LINE: private void writeString(org.neo4j.io.fs.StoreChannel channel, String value) throws java.io.IOException
        private void WriteString(StoreChannel channel, string value)
        {
            IoPrimitiveUtils.writeLengthAndString(channel, Buffer(200), value);
        }