{ Snipperize } /Java

Java snippets

Here are the latest Java snippets. Please choose your favorite one or add a new one.

Convert Object To Byte Array

From time to time, coders must convert an object to a stream of bytes. The following method accomplishes this task.

Java / convert, object, byte, array / by ThePeppersStudio (278 days, 4.73 hours ago)

A Simple SOAP Client

Java / SOAP, Web Service, Client / by ThePeppersStudio (363 days, 8.04 hours ago)

Trim method that supports full width spaces.

This is a trim method that trims whitespace from the right and left side of strings. This method supports full and half width space characters.

Java / full width, half width, space, trim, string, 全角 / by ThePeppersStudio (375 days, 5.38 hours ago)

  • 1