> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# File クラス

> FlexiCaptureConnector ライブラリ内の File クラスのリファレンスです。FC 12 で処理する対象ファイルの名前とバイト配列を保持します。

*File* クラスは *com.abbyy.connectors.models* 名前空間にあり、対象ファイルに関する情報を保持します。

このクラスのメソッドについては、以下で説明します。

<div id="constructor-details">
  ## コンストラクターの詳細
</div>

```
public File(String name, byte[] bytes)
```

ファイルオブジェクトを作成します。

**パラメーター:**

* name – ファイル名
  * bytes – ファイルの内容を表すバイト配列
