GithubHelp home page GithubHelp logo

file_handler's Introduction

Apache License, Version 2.0, January 2004

FileHandler

Description

The class can create, read, upload and delete files in different ways.

Dependency

Maven:

<dependency>
    <groupId>github.magyarzoli</groupId>
    <artifactId>filehandler</artifactId>
    <version>1.0.0</version>
</dependency>

Feature

Creating:

  • Create the file, if it exists create it again with a new name which is an extended version of the original name.
  • Create the file, if it exists it will overwrite the existing file.
  • Before creating the file, it checks if there is a file with that name, if there is, it does not create the file.
  • And other future implementation for creating.

Reading:

  • Read lines from a file and populates three different data structures Array, Collection, Map.

Updating:

  • Update the file to the starting content, keeping any additional existing content.
  • Update the file to the ending content, keeping any additional existing content.
  • Update the file, overwriting its contents.
  • And other future implementation for updating.

Deleting:

  • Delete file, and then create a new file.
  • Delete file.
  • And other future implementation for deleting.

Diagram

alt text

Authors

Magyar Zoltán

Contact

[email protected]

file_handler's People

Contributors

magyarzoli avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.