Handle* Copyright (c) 2015, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. *
val raw_get_handle : Unix.file_descr -> handleval raw_wrap_handle : handle -> Unix.file_descrval get_handle : Unix.file_descr -> handleval wrap_handle : handle -> Unix.file_descrval to_in_channel : handle -> in_channelval to_out_channel : handle -> out_channel