Sha256: 7e135ea9f19fba282e1b3731be0cd1ea91933520237df359b74f6fc0663771f2

Contents?: true

Size: 505 Bytes

Versions: 3

Compression:

Stored size: 505 Bytes

Contents

/**
 * Copyright (c) 2016-present, 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.
 */

#ifndef FASTTEXT_UTILS_H
#define FASTTEXT_UTILS_H

#include <fstream>

namespace fasttext {

namespace utils {

  int64_t size(std::ifstream&);
  void seek(std::ifstream&, int64_t);
}

}

#endif

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ffi-fasttext-0.3.0 vendor/fasttext/utils.h
ffi-fasttext-0.1.1 vendor/fasttext/utils.h
ffi-fasttext-0.1.0 vendor/fasttext/utils.h