Skip to content

Commit 93af5bf

Browse files
authored
Add shields to README
1 parent 4b5268b commit 93af5bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Fixed Length File Handler
22

3+
[![Build Status](https://img.shields.io/travis/GuiaBolso/fixed-length-file-handler)](https://travis-ci.org/GuiaBolso/fixed-length-file-handler)
4+
[![GitHub](https://img.shields.io/github/license/GuiaBolso/fixed-length-file-handler)](https://github.com/GuiaBolso/fixed-length-file-handler/blob/master/LICENSE)
5+
[![Bintray Download](https://img.shields.io/bintray/v/gb-opensource/maven/Fixed-Length-File-Handler)](https://bintray.com/gb-opensource/maven/Fixed-Length-File-Handler)
36

47

58
## Introduction
@@ -138,4 +141,4 @@ fixedLengthFileParser<Any>(fileInputStream) {
138141
## Features
139142

140143
- The file is streamed into a sequence of values, and is never loaded in its entirety to the memory. You should expect this to have a good performance over a very big file.
141-
- The Kotlin DSL makes it easier to define the file parsing in a single point, and the sequence processing can be done anywhere
144+
- The Kotlin DSL makes it easier to define the file parsing in a single point, and the sequence processing can be done anywhere

0 commit comments

Comments
 (0)