blob: a0f46d691bcabb6924675d7180f39c99897c7ecd [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.
library file.src.forwarding;
import 'dart:async';
import 'dart:convert';
import 'package:file/src/io.dart' as io;
import 'package:file/file.dart';
import 'package:meta/meta.dart';
part 'forwarding/forwarding_directory.dart';
part 'forwarding/forwarding_file.dart';
part 'forwarding/forwarding_file_system.dart';
part 'forwarding/forwarding_file_system_entity.dart';
part 'forwarding/forwarding_link.dart';