Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
VLC-Android
VLC-Android
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 321
    • Issues 321
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 2
    • Merge Requests 2
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • VideoLAN
  • VLC-AndroidVLC-Android
  • Merge Requests
  • !656

Closed
Opened Jul 07, 2020 by Isira Seneviratne@Isira-SeneviratneContributor2 of 5 tasks completed2/5 tasks
  • Report abuse
Report abuse

Use Apache Commons IO.

  • Overview 1
  • Commits 1
  • Pipelines 6
  • Changes 13

Description

Make use of the utility classes included in Apache Commons IO, such as IOUtils and FileUtils.

Motivation and Context

Using the library eliminates the need for separate close() methods and allows operations such as file copying to be simplified.

How Has This Been Tested?

Screenshots / GIFs (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking change which cleans up / improves existing functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the CONTRIBUTING section of the README document.

Resolves

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Reference: videolan/vlc-android!656
Source branch: Use_Apache_Commons_IO