Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
Erlang JInterface
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Program Slicing
Erlang JInterface
Commits
67c6b45e
Commit
67c6b45e
authored
1 year ago
by
Carlos Galindo
Browse files
Options
Downloads
Patches
Plain Diff
jinterface 1.10.1
parent
2e3e4d46
No related branches found
Branches containing commit
Tags
v1.10.1
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+1
-0
1 addition, 0 deletions
README.md
java_src/com/ericsson/otp/erlang/OtpOutputStream.java
+4
-4
4 additions, 4 deletions
java_src/com/ericsson/otp/erlang/OtpOutputStream.java
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
with
6 additions
and
5 deletions
README.md
+
1
−
0
View file @
67c6b45e
...
...
@@ -7,6 +7,7 @@ Available versions:
| JInterface | Erlang versions supported |
|------------|---------------------------|
| 1.10.1 | >=22.1, <23 |
| 1.10 | >=22, <22.1 |
| 1.9.1 | >=21.1, <22 |
...
...
This diff is collapsed.
Click to expand it.
java_src/com/ericsson/otp/erlang/OtpOutputStream.java
+
4
−
4
View file @
67c6b45e
...
...
@@ -106,9 +106,9 @@ public class OtpOutputStream extends ByteArrayOutputStream {
}
/**
* Trims the capacity of this
{@
code
OtpOutputStream
}
instance to be the
* Trims the capacity of this
<
code
>
OtpOutputStream
</code>
instance to be the
* buffer's current size. An application can use this operation to minimize
* the storage of an
{@
code
OtpOutputStream
}
instance.
* the storage of an
<
code
>
OtpOutputStream
</code>
instance.
*/
public
void
trimToSize
()
{
resize
(
super
.
count
);
...
...
@@ -125,7 +125,7 @@ public class OtpOutputStream extends ByteArrayOutputStream {
}
/**
* Increases the capacity of this
{@
code
OtpOutputStream
}
instance, if
* Increases the capacity of this
<
code
>
OtpOutputStream
</code>
instance, if
* necessary, to ensure that it can hold at least the number of elements
* specified by the minimum capacity argument.
*
...
...
@@ -939,7 +939,7 @@ public class OtpOutputStream extends ByteArrayOutputStream {
* @param o
* the Erlang term to write.
* @param level
* the compression level (
{@
code
0..9
}
)
* the compression level (
<
code
>
0..9
</code>
)
*/
public
void
write_compressed
(
final
OtpErlangObject
o
,
final
int
level
)
{
@SuppressWarnings
(
"resource"
)
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
1
−
1
View file @
67c6b45e
...
...
@@ -4,7 +4,7 @@
<groupId>
program-slicing
</groupId>
<artifactId>
erlang-jinterface
</artifactId>
<packaging>
jar
</packaging>
<version>
1.10
</version>
<version>
1.10
.1
</version>
<name>
jinterface
</name>
<description>
Jinterface Java package contains java classes, which help you integrate programs written in Java with Erlang.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment