blob: 7bc7d09dfe75b6c0f49da344e24fa1b744165a7d [file] [log] [blame]
// Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// @dart=2.10
/// For internal use only!
///
/// This exposes the subset of the `dart:io` interfaces that are required by
/// the `file` package. The `file` package re-exports these interfaces (or in
/// some cases, implementations of these interfaces by the same name), so this
/// file need not be exposes publicly and exists for internal use only.
export 'dart:io'
show
Directory,
File,
FileLock,
FileMode,
FileStat,
FileSystemEntity,
FileSystemEntityType,
FileSystemEvent,
FileSystemException,
IOException,
IOSink,
Link,
OSError,
RandomAccessFile;